Files
infra/deploy/plane-ce/kustomization.yaml
2025-03-21 22:03:07 +01:00

20 lines
519 B
YAML

namespace: plane-ce
helmCharts:
- name: plane-ce
repo: https://helm.plane.so/
version: 1.0.30
releaseName: plane-app
valuesInline:
planeVersion: 1.0.30
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"