Skip to content

Commit

Permalink
e2-standard-2 to standard-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Khagou committed Mar 6, 2024
1 parent 663b492 commit 6a54a5e
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 @@ -38,7 +38,7 @@ resource "google_container_node_pool" "primary_preemptible_nodes" {

node_config {
preemptible = true
machine_type = "e2-standard-2"
machine_type = "e2-standard-4"

# Google recommends custom service accounts that have cloud-platform scope and permissions granted via IAM Roles.
service_account = var.sa_email
Expand Down

0 comments on commit 6a54a5e

Please sign in to comment.