Skip to content

Commit

Permalink
adjust backup retention
Browse files Browse the repository at this point in the history
  • Loading branch information
TimCsaky committed Nov 29, 2024
1 parent 304d785 commit 3f7d55b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/environments/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ postgres:
# log-level-console: debug
# --- pvc
repo1-retention-full: "1"
repo1-retention-diff: "3"
repo1-retention-diff: "5"
# --- s3
repo2-path: /backups/common-hosted-email-service/postgres/prod
repo2-retention-full: "2"
repo2-retention-diff: "3"
repo2-retention-diff: "30"
repo2-s3-uri-style: path
repos:
- name: repo1
Expand Down
4 changes: 2 additions & 2 deletions .github/environments/values.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ postgres:
# --- resource allocation ----
instances:
- name: db # do not change this name after initial install, pvc (data) and stateful sets will be deleted
replicas: 1
replicas: 3
dataVolumeClaimSpec:
accessModes:
- "ReadWriteOnce"
Expand Down Expand Up @@ -99,7 +99,7 @@ postgres:
# --- s3
repo2-path: /backups/common-hosted-email-service/postgres/test
repo2-retention-full: "2"
repo2-retention-diff: "3"
repo2-retention-diff: "30"
repo2-s3-uri-style: path
repos:
- name: repo1
Expand Down

0 comments on commit 3f7d55b

Please sign in to comment.