mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-11 22:09:32 +00:00
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:
parent
54075c576c
commit
c889c0283f
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user