Reduce nodes in pool from 10 to 5

Reduces resource contention. 2 parallel tests x 10 containers => 2-3 nodes needed, 5 gives room
This commit is contained in:
E M 2026-04-30 17:58:56 +10:00
parent 54075c576c
commit c889c0283f
No known key found for this signature in database

View File

@ -19,7 +19,7 @@ module "gke" {
tests_pool_name = "tests-e2-medium"
tests_pool_machine_type = "e2-medium"
tests_pool_max = 10
tests_pool_max = 5
tests_pool_labels = {
default-pool = "false"
scaling-type = "auto"