Skip to content

Commit

Permalink
chore(backup): update production sql backup to use s3 client
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 committed Aug 14, 2023
1 parent e038ba8 commit 5529196
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions k8s/helmfile/env/production/wbaas-backup.values.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
image:
repository: ghcr.io/wmde/wbaas-backup
tag: v0.2.0
tag: v0.3.0
pullPolicy: Always

job:
cronSchedule: "0 0 * * *"

scratchDiskSpace: 64Gi

storage:
scratchDiskSpace: 64Gi
gcs:
bucketName: wikibase-cloud-sql-backup
serviceAccountSecretName: api-serviceaccount
uploadToBucket: true
bucketName: wikibase-cloud-sql-backup
uploadToBucket: true

db:
load:
Expand Down
2 changes: 1 addition & 1 deletion k8s/helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ releases:
- name: wbaas-backup
namespace: default
chart: wbstack/wbaas-backup
version: {{ ternary "0.1.0" "0.0.6" (ne .Environment.Name "production") }}
version: 0.1.0
<<: *default_release

- name: kube-prometheus-stack
Expand Down

0 comments on commit 5529196

Please sign in to comment.