Skip to content

Commit

Permalink
fix: backup retention for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Sep 10, 2024
1 parent 6c37ec6 commit 38ec57a
Show file tree
Hide file tree
Showing 4 changed files with 649 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
- name: PGHOST
value: pg-r
- name: RETENTION_DAYS
value: \\"60\\"
value: \\"7\\"
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
Expand Down Expand Up @@ -379,7 +379,7 @@ spec:
size: 8Gi
storageClass: csi-cinder-high-speed
backup:
retentionPolicy: 60d
retentionPolicy: 7d
barmanObjectStore:
data:
compression: gzip
Expand Down
Loading

0 comments on commit 38ec57a

Please sign in to comment.