diff --git a/spartan/terraform/gke-cluster/main.tf b/spartan/terraform/gke-cluster/main.tf index f39156a7f21..46c1a51dc6c 100644 --- a/spartan/terraform/gke-cluster/main.tf +++ b/spartan/terraform/gke-cluster/main.tf @@ -107,7 +107,7 @@ resource "google_container_node_pool" "primary_nodes" { # Node configuration node_config { - machine_type = "n1-standard-16" + machine_type = "t2d-standard-16" service_account = google_service_account.gke_sa.email oauth_scopes = [ @@ -142,7 +142,7 @@ resource "google_container_node_pool" "spot_nodes" { # Node configuration node_config { - machine_type = "n1-standard-16" + machine_type = "t2d-standard-16" spot = true service_account = google_service_account.gke_sa.email