fix: postgres-backup config

This commit is contained in:
auricom
2021-05-02 00:12:02 +02:00
parent 59c7c44166
commit 2e9fe95fe4
2 changed files with 10 additions and 10 deletions

View File

@@ -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