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"