terraform/environment: increase max auto scaling worker count
diff --git a/terraform/environment/worker.tf b/terraform/environment/worker.tf
index b3bf3c2..ce687aa 100644
--- a/terraform/environment/worker.tf
+++ b/terraform/environment/worker.tf
@@ -184,7 +184,7 @@
metadata {
annotations = {
"autoscaling.knative.dev/minScale" = "10"
- "autoscaling.knative.dev/maxScale" = each.value == "us-central1" ? "2500" : "625"
+ "autoscaling.knative.dev/maxScale" = each.value == "us-central1" ? "3738" : "625"
"run.googleapis.com/cloudsql-instances" = local.pkgsite_db
"run.googleapis.com/execution-environment" = "gen2"
}
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +2 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
terraform/environment: increase max auto scaling worker count
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Ethan Lee would like Markus Kusano to review this change.
terraform/environment: increase max auto scaling worker count
--- a/terraform/environment/worker.tf
+++ b/terraform/environment/worker.tf
@@ -184,7 +184,7 @@
metadata {
annotations = {
"autoscaling.knative.dev/minScale" = "10"
- "autoscaling.knative.dev/maxScale" = each.value == "us-central1" ? "3738" : "625"
+ "autoscaling.knative.dev/maxScale" = each.value == "us-central1" ? "5000" : "2240"
"run.googleapis.com/cloudsql-instances" = local.pkgsite_db
"run.googleapis.com/execution-environment" = "gen2"
}
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
terraform/environment: increase max auto scaling worker count
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |