From 4db5288084a18c64686698d083f0156b6d274350 Mon Sep 17 00:00:00 2001 From: Arvind Prabhakar Date: Tue, 23 Jun 2026 18:48:56 +0000 Subject: [PATCH] Removed plane --- charts/plane/Chart.yaml | 6 ------ charts/plane/upstream-values.yaml | 2 -- charts/plane/values.yaml | 13 ------------- 3 files changed, 21 deletions(-) delete mode 100644 charts/plane/Chart.yaml delete mode 100644 charts/plane/upstream-values.yaml delete mode 100644 charts/plane/values.yaml diff --git a/charts/plane/Chart.yaml b/charts/plane/Chart.yaml deleted file mode 100644 index e56ac29..0000000 --- a/charts/plane/Chart.yaml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: v2 -name: plane-wrapper -description: Symcrest wrapper chart for Plane routing -type: application -version: 0.1.0 -appVersion: "0.28.0" diff --git a/charts/plane/upstream-values.yaml b/charts/plane/upstream-values.yaml deleted file mode 100644 index c4e222e..0000000 --- a/charts/plane/upstream-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -# Plane official Helm chart values -# We will adjust these after inspecting the chart defaults. diff --git a/charts/plane/values.yaml b/charts/plane/values.yaml deleted file mode 100644 index 201662a..0000000 --- a/charts/plane/values.yaml +++ /dev/null @@ -1,13 +0,0 @@ -plane: - basePath: /internal/dev/plane - -route: - name: plane - namespace: plane - gatewayName: public-gateway - gatewayNamespace: apps - hostnames: - - symcrest.com - - www.symcrest.com - serviceName: plane-web - servicePort: 80