From 20f2d24012be0bd82b6a954689b2b8ae272e3fd4 Mon Sep 17 00:00:00 2001 From: Philip Date: Tue, 11 Jun 2024 12:49:57 +0200 Subject: [PATCH] up the minimum 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 5a39f020..58621474 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 : 7, max : 15, vm: "Standard_B8ms", max_pods : 85 }, + "app3" : { min : 9, 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