We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7747da commit ef28597Copy full SHA for ef28597
terragrunt/concourse-wg-ci/config.yaml
@@ -58,10 +58,10 @@ gke_default_pool_ssd_count: 0
58
59
# typical config for concourse worker is n4-standard-4 and ssd_count: 1
60
# 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
+gke_workers_pool_machine_type: n2-standard-4
+gke_workers_pool_node_count: 4
63
gke_workers_pool_autoscaling_max: 4
64
-gke_workers_pool_ssd_count: 0
+gke_workers_pool_ssd_count: 1
65
66
# low number of preallocated ports will impact networking for heavy concourse pipelines
67
gke_cloud_nat_min_ports_per_vm: 16384
0 commit comments