Skip to content

Commit ede9e7d

Browse files
committed
Disable backups for dubois
Fixes 2i2c-org#5600
1 parent bf1225f commit ede9e7d

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

config/clusters/dubois/support.values.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,4 @@ grafana:
2828
- grafana.dubois.2i2c.cloud
2929

3030
gcpFilestoreBackups:
31-
enabled: true
32-
filestoreName: dubois-homedirs
33-
project: dubois-436615
34-
zone: us-central1-b
35-
retentionDays: 2
36-
serviceAccount:
37-
name: gcp-filestore-backups-sa
38-
annotations:
39-
iam.gke.io/gcp-service-account: [email protected]
31+
enabled: false

terraform/gcp/projects/dubois.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project_id = "dubois-436615"
33
zone = "us-central1-b"
44
region = "us-central1"
55
enable_network_policy = true
6-
enable_filestore_backups = true
6+
enable_filestore_backups = false
77
core_node_machine_type = "n2-highmem-2"
88
filestores = {}
99

0 commit comments

Comments
 (0)