From 0493c177af13e2a5013776901bb0765a05905f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Fri, 21 Mar 2025 22:52:46 +0100 Subject: [PATCH] fix stuff --- deploy/plane-ce/kustomization.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deploy/plane-ce/kustomization.yaml b/deploy/plane-ce/kustomization.yaml index db4ad1a..5173fe0 100644 --- a/deploy/plane-ce/kustomization.yaml +++ b/deploy/plane-ce/kustomization.yaml @@ -6,7 +6,12 @@ helmCharts: version: 1.0.30 releaseName: plane-app valuesInline: - planeVersion: v1.8.0 + planeVersion: stable + postgres: + local_setup: false + servicePort: 5432 + env: + pgdb_remote_url: postgresql://plane:w20t4g8h244ivjz0kef1hi10@postgres-base-rw.postgres.svc.cluster.local:5432/plane_db certManager: true ingress: ingressClass: nginx