Skip to content

Commit

Permalink
qcl: update metadata to reflect current state
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 13, 2023
1 parent 5bc922a commit 2c4a941
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions terraform/gcp/projects/qcl.tfvars
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
prefix = "qcl"
project_id = "qcl-hub"

zone = "europe-west1-d"
region = "europe-west1"
zone = "europe-west1-d"
region = "europe-west1"
regional_cluster = true

k8s_versions = {
min_master_version : "1.25.10-gke.2700",
core_nodes_version : "1.24.9-gke.3200",
notebook_nodes_version : "1.24.9-gke.3200",
}

core_node_machine_type = "n2-highmem-2"
enable_network_policy = true

# Setup a filestore for in-cluster NFS
enable_filestore = true
filestore_capacity_gb = 2048

Expand Down

0 comments on commit 2c4a941

Please sign in to comment.