We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1225f commit ede9e7dCopy full SHA for ede9e7d
config/clusters/dubois/support.values.yaml
@@ -28,12 +28,4 @@ grafana:
28
- grafana.dubois.2i2c.cloud
29
30
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]
+ enabled: false
terraform/gcp/projects/dubois.tfvars
@@ -3,7 +3,7 @@ project_id = "dubois-436615"
3
zone = "us-central1-b"
4
region = "us-central1"
5
enable_network_policy = true
6
-enable_filestore_backups = true
+enable_filestore_backups = false
7
core_node_machine_type = "n2-highmem-2"
8
filestores = {}
9
0 commit comments