From eb53c0e6635355e4af015b4af0de9c4233134123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Fri, 21 Mar 2025 21:58:38 +0100 Subject: [PATCH] try plane --- deploy/plane-ce/kustomization.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 deploy/plane-ce/kustomization.yaml diff --git a/deploy/plane-ce/kustomization.yaml b/deploy/plane-ce/kustomization.yaml new file mode 100644 index 0000000..3ff6e6b --- /dev/null +++ b/deploy/plane-ce/kustomization.yaml @@ -0,0 +1,19 @@ +namespace: plane-ce + +helmCharts: + - name: plane-ce + repo: https://helm.plane.so/ + version: 1.8.0 + releaseName: plane-app + valuesInline: + planeVersion: v1.8.0 + certManager: true + ingress: + ingressClass: nginx + tls: true + appHost: plane.panic.haus + minioHost: minio.plane.panic.haus + rabbitmqHost: mq.plane.panic.haus + annotations: + cert-manager.io/cluster-issuer: letsencrypt-prod + nginx.ingress.kubernetes.io/ssl-redirect: "true"