We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355f702 commit 2f3a7ecCopy full SHA for 2f3a7ec
1 file changed
pgdb03-cirrus/templates/postgres_cluster.yaml
@@ -17,15 +17,15 @@ spec:
17
18
{{- if .Values.db.backups }}
19
backup:
20
+ # Keep 8 weekly backups
21
+ retentionPolicy: "8w"
22
target: "prefer-standby"
23
{{- if .Values.db.backups.volumeSnapshot }}
24
volumeSnapshot:
25
className: {{ .Values.db.backups.volumeSnapshot.snapshotClassName }}
26
{{- end }}
27
{{- if .Values.db.backups.s3.enabled }}
28
barmanObjectStore:
- # Keep 8 weekly backups
- retentionPolicy: "8w"
29
wal:
30
compression: bzip2
31
data:
0 commit comments