Skip to content

Commit

Permalink
Merge pull request #5512 from sgibson91/enable-gcp-filestore-backup/c…
Browse files Browse the repository at this point in the history
…atalystproject-latam

catalystproject-latam: Enable gcpFilestoreBackups
  • Loading branch information
sgibson91 authored Feb 6, 2025
2 parents 1ce3283 + fb22837 commit 80c929e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/clusters/catalystproject-latam/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,15 @@ grafana:
- secretName: grafana-tls
hosts:
- grafana.latam.catalystproject.2i2c.cloud

gcpFilestoreBackups:
enabled: true
filestoreNames:
- latam-homedirs-b
project: catalystproject-392106
zone: southamerica-east1-c
retentionDays: 2
serviceAccount:
name: gcp-filestore-backups-sa
annotations:
iam.gke.io/gcp-service-account: latam-filestore-backup@catalystproject-392106.iam.gserviceaccount.com
1 change: 1 addition & 0 deletions terraform/gcp/projects/catalystproject-latam.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ k8s_versions = {
notebook_nodes_version : "1.29.1-gke.1589018",
}

enable_filestore_backups = true
filestores = {
"filestore_b" = {
name_suffix = "b",
Expand Down

0 comments on commit 80c929e

Please sign in to comment.