mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
29 lines
491 B
YAML
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
|