mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 01:00:54 +02:00
✨ cloudnative-pg migration
This commit is contained in:
@@ -17,7 +17,7 @@ spec:
|
||||
# App
|
||||
POSTGRES_ENABLED: "true"
|
||||
POSTGRES_DATABASE: &dbName bazarr
|
||||
POSTGRES_HOST: &dbHost postgres.${SECRET_DOMAIN}
|
||||
POSTGRES_HOST: &dbHost postgres16-rw.database.svc.cluster.local
|
||||
POSTGRES_USERNAME: &dbUser "{{ .POSTGRES_USER }}"
|
||||
POSTGRES_PASSWORD: &dbPass "{{ .POSTGRES_PASS }}"
|
||||
POSTGRES_PORT: "5432"
|
||||
@@ -31,4 +31,4 @@ spec:
|
||||
- extract:
|
||||
key: bazarr
|
||||
- extract:
|
||||
key: generic
|
||||
key: cloudnative-pg
|
||||
|
Reference in New Issue
Block a user