Files
GenerationsHeritage/deployment/zitadel/postgres-values.yaml
2024-10-27 15:28:49 +01:00

29 lines
491 B
YAML

annotations:
argocd.argoproj.io/hook: Sync
global:
postgresql:
auth:
existingSecret: "postgres-auth"
username: "zitadel"
secretKeys:
adminPasswordKey: "admin-password"
userPasswordKey: "user-password"
volumePermissions:
enabled: true
tls:
enabled: true
certificatesSecret: postgres-cert
certFilename: "tls.crt"
certKeyFilename: "tls.key"
primary:
persistence:
size: 2Gi
init:
jobAnnotations:
argocd.argoproj.io/hook: Sync