Skip to content
Snippets Groups Projects
Commit 052d6fad authored by Thomas Menard's avatar Thomas Menard
Browse files

No commit message

No commit message
parent e3a1c72b
No related branches found
No related tags found
1 merge request!65update release (ippidb prod)
Pipeline #128408 failed
......@@ -62,7 +62,7 @@ spec:
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
name: {{ printf "postgres.%s-postgresql.credentials.postgresql.acid.zalan.do" .Release.Name }}
name: {{ printf "%s.%s-postgresql.credentials.postgresql.acid.zalan.do" .Values.dbUser .Release.Name }}
key: password
{{end}}
- name: POSTGRES_USER
......
......@@ -61,7 +61,7 @@ spec:
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
name: {{ printf "postgres.%s-postgresql.credentials.postgresql.acid.zalan.do" .Release.Name }}
name: {{ printf "%s.%s-postgresql.credentials.postgresql.acid.zalan.do" .Values.dbUser .Release.Name }}
key: password
{{end}}
- name: POSTGRES_USER
......
......@@ -67,6 +67,10 @@ spec:
synchronous_mode: false
synchronous_mode_strict: false
maximum_lag_on_failover: 33554432
pg_hba:
- hostssl all all 0.0.0.0/0 md5
- host all all 0.0.0.0/0 md5
- local all all trust
# restore a Postgres DB with point-in-time-recovery
# with a non-empty timestamp, clone from an S3 bucket using the latest backup before the timestamp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment