Files
infra/deploy/plane-ce/kustomization.yaml

25 lines
724 B
YAML

namespace: plane-ce
helmCharts:
- name: plane-ce
repo: https://helm.plane.so/
version: 1.1.4
releaseName: plane-app
valuesInline:
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
tls: true
appHost: plane.panic.haus
minioHost: minio.plane.panic.haus
rabbitmqHost: plane-app-rabbitmq
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/ssl-redirect: "true"