mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-14 23:09:07 +02:00
switch to psql
This commit is contained in:
25
deployment/zitadel/postgres-values.yaml
Normal file
25
deployment/zitadel/postgres-values.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
annotations:
|
||||
argocd.argoproj.io/hook: Sync
|
||||
|
||||
volumePermissions:
|
||||
enabled: true
|
||||
|
||||
tls:
|
||||
enabled: true
|
||||
certificatesSecret: postgres-cert
|
||||
certFilename: "tls.crt"
|
||||
certKeyFilename: "tls.key"
|
||||
|
||||
persistence:
|
||||
size: 2Gi
|
||||
|
||||
init:
|
||||
jobAnnotations:
|
||||
argocd.argoproj.io/hook: Sync
|
||||
|
||||
env:
|
||||
- name: POSTGRES_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: postgres-auth
|
||||
key: admin-password
|
Reference in New Issue
Block a user