You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
527 B
YAML
18 lines
527 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: pg-cluster-config
|
|
data:
|
|
AWS_ACCESS_KEY_ID: {{ .Values.postgres.bkp_user }}
|
|
AWS_SECRET_ACCESS_KEY: {{ .Values.postgres.bkp_pass }}
|
|
AWS_ENDPOINT: https://s3console-nsodev-prodwork01.smardigo.digital
|
|
AWS_REGION: ""
|
|
AWS_S3_FORCE_PATH_STYLE: "true" # needed for MinIO
|
|
BACKUP_NUM_TO_RETAIN: "14"
|
|
BACKUP_SCHEDULE: "0 3 * * *"
|
|
CLONE_USE_WALG_RESTORE: "true"
|
|
USE_WALG_BACKUP: "true"
|
|
USE_WALG_RESTORE: "true"
|
|
WALG_DISABLE_S3_SSE: "true"
|
|
WAL_S3_BUCKET: postgres |