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:
@@ -16,7 +16,7 @@ spec:
|
||||
data:
|
||||
# App
|
||||
POSTGRES_DB: &dbName pushover-notifier
|
||||
POSTGRES_HOST: &dbHost postgres.${SECRET_DOMAIN}
|
||||
POSTGRES_HOST: &dbHost postgres16-rw.database.svc.cluster.local
|
||||
POSTGRES_USER: &dbUser "{{ .POSTGRES_USER }}"
|
||||
POSTGRES_PASS: &dbPass "{{ .POSTGRES_PASS }}"
|
||||
PUSHOVER_API_TOKEN: "{{ .PUSHOVER_API_TOKEN }}"
|
||||
@@ -29,7 +29,7 @@ spec:
|
||||
INIT_POSTGRES_SUPER_PASS: "{{ .POSTGRES_SUPER_PASS }}"
|
||||
dataFrom:
|
||||
- extract:
|
||||
key: generic
|
||||
key: cloudnative-pg
|
||||
- extract:
|
||||
key: pushover-notifier
|
||||
- extract:
|
||||
|
Reference in New Issue
Block a user