From 8e6f5fd7ab21d86c1783e301fbef198119930eb2 Mon Sep 17 00:00:00 2001 From: Philip Date: Fri, 23 Aug 2024 13:48:45 +0200 Subject: [PATCH] up the number of nodes --- infrastructure/environments/dplplat01/infrastructure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/environments/dplplat01/infrastructure/main.tf b/infrastructure/environments/dplplat01/infrastructure/main.tf index 0b4816c0..f53ed0d5 100644 --- a/infrastructure/environments/dplplat01/infrastructure/main.tf +++ b/infrastructure/environments/dplplat01/infrastructure/main.tf @@ -8,7 +8,7 @@ module "environment" { lagoon_domain_base = "dplplat01.dpl.reload.dk" random_seed = "LahYegheePhohGeew9Fa" node_pools = { - "app4" : { min : 11, max : 20, vm : "Standard_E4s_v3", max_pods : 70 }, + "app4" : { min : 14, max : 20, vm : "Standard_E4s_v3", max_pods : 70 }, "admin6": { count : 1, vm : "Standard_E4s_v3", role : "admin", max_pods : 60, }, } node_pool_system_count = 3