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:
@@ -18,14 +18,14 @@ spec:
|
||||
CUSTOM_PUSHOVER_USER_KEY: '{{ .PUSHOVER_USER_KEY }}'
|
||||
# Postgres Init
|
||||
INIT_POSTGRES_DBNAME: gatus
|
||||
INIT_POSTGRES_HOST: postgres.${SECRET_DOMAIN}
|
||||
INIT_POSTGRES_HOST: postgres16-rw.database.svc.cluster.local
|
||||
INIT_POSTGRES_USER: '{{ .POSTGRES_USER }}'
|
||||
INIT_POSTGRES_PASS: '{{ .POSTGRES_PASS }}'
|
||||
INIT_POSTGRES_SUPER_PASS: '{{ .POSTGRES_SUPER_PASS }}'
|
||||
dataFrom:
|
||||
- extract:
|
||||
key: generic
|
||||
- extract:
|
||||
key: pushover
|
||||
key: cloudnative-pg
|
||||
- extract:
|
||||
key: gatus
|
||||
- extract:
|
||||
key: pushover
|
||||
|
Reference in New Issue
Block a user