mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
26 lines
416 B
YAML
26 lines
416 B
YAML
annotations:
|
|
argocd.argoproj.io/hook: Sync
|
|
|
|
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
|
|
|
|
env:
|
|
- name: POSTGRES_PASSWORD
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: postgres-auth
|
|
key: admin-password |