Skip to content

Commit

Permalink
Increase performance test cluster size (#3559)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongmax committed Dec 27, 2023
1 parent 689ee55 commit b74169c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/terraform/performance/module.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ module "gke_standard_cluster" {
location = each.value[0]
overrideName = format("standard-performance-test-cluster-%s", replace(each.key, ".", "-"))
releaseChannel = each.value[1]
machineType = "n2-standard-2"
initialNodeCount = 300
machineType = "e2-standard-4"
initialNodeCount = 310
}

resource "google_compute_firewall" "udp" {
Expand Down

0 comments on commit b74169c

Please sign in to comment.