Skip to content

Commit ef28597

Browse files
committed
Scale concourse workers
1 parent b7747da commit ef28597

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terragrunt/concourse-wg-ci/config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ gke_default_pool_ssd_count: 0
5858

5959
# typical config for concourse worker is n4-standard-4 and ssd_count: 1
6060
# note: economy e2-standard machine can't use local ssd drives
61-
gke_workers_pool_machine_type: e2-standard-4
62-
gke_workers_pool_node_count: 2
61+
gke_workers_pool_machine_type: n2-standard-4
62+
gke_workers_pool_node_count: 4
6363
gke_workers_pool_autoscaling_max: 4
64-
gke_workers_pool_ssd_count: 0
64+
gke_workers_pool_ssd_count: 1
6565

6666
# low number of preallocated ports will impact networking for heavy concourse pipelines
6767
gke_cloud_nat_min_ports_per_vm: 16384

0 commit comments

Comments
 (0)