switch to psql

This commit is contained in:
2024-10-27 09:53:00 +01:00
parent 708f07a7ef
commit 6ee87d059e
6 changed files with 164 additions and 109 deletions

View 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