mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
✨ cloudnative-pg migration
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
||||
engineVersion: v2
|
||||
data:
|
||||
# App
|
||||
DB_HOST: &dbHost postgres.${SECRET_DOMAIN}
|
||||
DB_HOST: &dbHost postgres16-rw.database.svc.cluster.local
|
||||
DB_PORT: "5432"
|
||||
DB_DATABASE: &dbName lychee
|
||||
DB_USERNAME: &dbUser "{{ .POSTGRES_USERNAME }}"
|
||||
@@ -28,6 +28,6 @@ spec:
|
||||
INIT_POSTGRES_SUPER_PASS: "{{ .POSTGRES_SUPER_PASS }}"
|
||||
dataFrom:
|
||||
- extract:
|
||||
key: generic
|
||||
key: cloudnative-pg
|
||||
- extract:
|
||||
key: lychee
|
||||
|
Reference in New Issue
Block a user