mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 16:05:55 +02:00
fix: postgres-backup config
This commit is contained in:
@@ -27,13 +27,13 @@ spec:
|
||||
image: registry.${SECRET_CLUSTER_DOMAIN}/homelab/postgres-backup-local:1.0.0
|
||||
env:
|
||||
- name: POSTGRES_HOST
|
||||
value: postgresql
|
||||
value: postgresql-kube.data.svc.cluster.local.
|
||||
- name: POSTGRES_DB
|
||||
value: authelia,bitwarden,drone,freshrss,gitea,hass,healthchecks,joplin,lychee,postgres,recipes,sharry,vikunja,wallabag
|
||||
value: authelia,bitwarden,drone,freshrss,gitea,hass,healthchecks,joplin,lychee,postgres,recipes,sharry,vikunja
|
||||
- name: POSTGRES_USER
|
||||
value: postgres
|
||||
- name: POSTGRES_PASSWORD
|
||||
value: ${SECRET_POSTGRESQL_POSTGRES_PASSWORD}
|
||||
value: ${SECRET_POSTGRESQL_KUBE_POSTGRES_PASSWORD}
|
||||
- name: POSTGRES_EXTRA_OPTS
|
||||
value: "-Z9 --schema=public --blobs"
|
||||
- name: SCHEDULE
|
||||
|
Reference in New Issue
Block a user