try plane

This commit is contained in:
2025-03-21 21:58:38 +01:00
parent 12f7343c3b
commit eb53c0e663

View File

@@ -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"