mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 07:55:06 +02:00
✨ cloudnative-pg migration
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user