DEV-790 configured default logical backups for postgres

cherry-pick-9c6aec87
Sven Ketelsen 3 years ago
parent f8b941239e
commit b724a57381

@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.30
version: 0.1.31
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

@ -6,7 +6,7 @@ metadata:
data:
AWS_ACCESS_KEY_ID: {{ .Values.postgres.bkp_user }}
AWS_SECRET_ACCESS_KEY: {{ .Values.postgres.bkp_pass }}
AWS_ENDPOINT: https://s3-miniotest-devscr.smardigo.digital
AWS_ENDPOINT: https://s3console-nsodev-prodwork01.smardigo.digital
AWS_REGION: ""
AWS_S3_FORCE_PATH_STYLE: "true" # needed for MinIO
BACKUP_NUM_TO_RETAIN: "14"

Loading…
Cancel
Save