Skip to content

Commit

Permalink
Downscale performance test cluster (#3666)
Browse files Browse the repository at this point in the history
The test cluster was overloaded and we were running up against Quota
issues in this region, so scaling down the performance cluster.
  • Loading branch information
markmandel authored Feb 21, 2024
1 parent 492cbb9 commit f77dfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/terraform/performance/module.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module "gke_standard_cluster" {
overrideName = format("standard-performance-test-cluster-%s", replace(each.key, ".", "-"))
releaseChannel = each.value[1]
machineType = "e2-standard-4"
initialNodeCount = 310
initialNodeCount = 200
}

resource "google_compute_firewall" "udp" {
Expand Down

0 comments on commit f77dfaa

Please sign in to comment.