Skip to content

Commit

Permalink
Merge pull request #8 from Sefaria/enable-pg-backup
Browse files Browse the repository at this point in the history
feat: enable postgres backup deployment
  • Loading branch information
EliezerIsrael authored Oct 23, 2022
2 parents 2f7989c + ede0c8b commit 96b58b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ jobs:
GIT_COMMIT: "${{ needs.workflow-check.outputs.ref }}"
PROJECT_ID: "${{ secrets.PROD_GKE_PROJECT }}"
NAMESPACE: "${{secrets.PROD_GKE_NAMESPACE}}"
CHART_VERSION: 0.1.0
CHART_VERSION: 0.2.0
IMAGE_NAME: "${{ secrets.IMAGE_NAME }}"
4 changes: 1 addition & 3 deletions build/ci/production-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ restore:
tarball: jmc-private_dump_21.09.22.tar
serviceAccount: database-backup-read
backup:
#legacy compat section, remove once deploy chart sufficienctly updated
enabled: true
mongo:
enabled: true
prefix: ""
Expand All @@ -21,7 +19,7 @@ backup:
enabled: false
version: 10.3
prefix: ""
bucket: sefaria-user-backup
bucket: sefaria-contextus-user-backup
serviceAccount: database-backup-write
web:
containerImage:
Expand Down

0 comments on commit 96b58b9

Please sign in to comment.