Skip to content

Commit

Permalink
increase main pool to 24 and pods to 200 (#28416)
Browse files Browse the repository at this point in the history
  • Loading branch information
volatilemolotov authored Sep 12, 2023
1 parent 1f9febe commit 5ad8ead
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ main_runner = {
runner_image = "us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:60d397ecfbd2b10a1929615c70d500eb71a2c053"
machine_type = "e2-standard-16"
min_node_count = "1"
max_node_count = "16"
max_node_count = "24"
min_replicas = "1"
max_replicas = "128"
max_replicas = "200"
webhook_scaling = true
disk_size_gb = 200
requests = {
Expand Down

0 comments on commit 5ad8ead

Please sign in to comment.