cloudnative-pg migration

This commit is contained in:
auricom
2024-01-28 16:58:51 +01:00
parent 6d620d9b51
commit e7fe440f36
34 changed files with 84 additions and 106 deletions

View File

@@ -15,7 +15,7 @@ spec:
engineVersion: v2
data:
# App
KRESUS_DB_HOST: &dbHost postgres.${SECRET_DOMAIN}
KRESUS_DB_HOST: &dbHost postgres16-rw.database.svc.cluster.local
KRESUS_DB_USERNAME: &dbUser "{{ .POSTGRES_USERNAME }}"
KRESUS_DB_PASSWORD: &dbPass "{{ .POSTGRES_PASSWORD }}"
KRESUS_DB_NAME: &dbName kresus
@@ -29,6 +29,6 @@ spec:
dataFrom:
- extract:
key: generic
key: cloudnative-pg
- extract:
key: kresus