DEV-790 Again temp removal of pod env cm for postgres
parent
77acf36490
commit
e0da08c4a5
@ -1,18 +0,0 @@
|
||||
---
|
||||
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://minio.mobene-nsodev:443
|
||||
AWS_REGION: ""
|
||||
AWS_S3_FORCE_PATH_STYLE: "true" # needed for MinIO
|
||||
BACKUP_NUM_TO_RETAIN: "14"
|
||||
BACKUP_SCHEDULE: "*/5 * * * *"
|
||||
CLONE_USE_WALG_RESTORE: "true"
|
||||
USE_WALG_BACKUP: "true"
|
||||
USE_WALG_RESTORE: "true"
|
||||
WALG_DISABLE_S3_SSE: "true"
|
||||
WAL_S3_BUCKET: postgres
|
||||
Loading…
Reference in New Issue