Skip to content

Commit

Permalink
deploy cluster in zone not region
Browse files Browse the repository at this point in the history
  • Loading branch information
VERDOM committed Feb 15, 2024
1 parent 3efd654 commit f4ea15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/cluster/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "google_container_node_pool" "primary_preemptible_nodes" {
name = var.pool_name
location = var.gcp_zone
cluster = google_container_cluster.primary.name
node_count = 1
node_count = 2

node_config {
preemptible = true
Expand Down

0 comments on commit f4ea15c

Please sign in to comment.