Skip to content

Commit

Permalink
chore: increase backup container PVC verification size (#351)
Browse files Browse the repository at this point in the history
* chore: reduce dev and test backup frequency to save space

* chore: clean up backup process and documentation

* chore: remove webhook template

* chore: update prod helm charts and remove test webhook

* chore: update the verification config

* chore: simplify the backup image creation action

* chore: bumb the verification PVCs
  • Loading branch information
thegentlemanphysicist authored May 8, 2024
1 parent 844940b commit d9cd97d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 4 additions & 2 deletions helm/backup-storage/values-eb75ad-dev-sso-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@ db:

persistence:
backup:
size: 20Gi
size: 25Gi
verification:
size: 16Gi

env:
ENVIRONMENT_FRIENDLY_NAME:
value: 'SSO Gold Client Dev Backup'
ENVIRONMENT_NAME:
value: eb75ad-dev
WEBHOOK_URL:
value: '<<WEBHOOK URL FOR ROCKETCHAT>>'
# value: '<<WEBHOOK URL FOR ROCKETCHAT>>'
secure: true

DAILY_BACKUPS:
Expand Down
4 changes: 3 additions & 1 deletion helm/backup-storage/values-eb75ad-prod-sso-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ db:
persistence:
backup:
size: 32Gi
verification:
size: 19Gi

env:
ENVIRONMENT_FRIENDLY_NAME:
value: 'SSO Gold Client Production Backup'
ENVIRONMENT_NAME:
value: eb75ad-prod
WEBHOOK_URL:
value: '<<WEBHOOK URL FOR ROCKETCHAT>>'
# value: '<<WEBHOOK URL FOR ROCKETCHAT>>'
secure: true

DAILY_BACKUPS:
Expand Down
4 changes: 3 additions & 1 deletion helm/backup-storage/values-eb75ad-test-sso-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ db:
persistence:
backup:
size: 5Gi
verification:
size: 4Gi

env:
ENVIRONMENT_FRIENDLY_NAME:
value: 'SSO Gold Client Test Backup'
ENVIRONMENT_NAME:
value: eb75ad-test
WEBHOOK_URL:
value: '<<WEBHOOK URL FOR ROCKETCHAT>>'
# value: ''<<WEBHOOK URL FOR ROCKETCHAT>>'
secure: true

DAILY_BACKUPS:
Expand Down

0 comments on commit d9cd97d

Please sign in to comment.