From 1c8f4f29b983e52ebc5b61b4eec937e5b04b921c Mon Sep 17 00:00:00 2001 From: Philip Date: Thu, 13 Jun 2024 11:51:11 +0200 Subject: [PATCH] up the min number of nodes for the app pool to 11 --- 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 58621474..b6d8d0d3 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 = { - "app3" : { min : 9, max : 15, vm: "Standard_B8ms", max_pods : 85 }, + "app3" : { min : 11, max : 15, vm: "Standard_B8ms", max_pods : 85 }, "admin3" : { min : 1, max : 1, vm : "Standard_B8ms", role : "admin", max_pods : 85 }, } node_pool_system_count = 2