From ca5ca5d7223219277617587f0331bada0112febf Mon Sep 17 00:00:00 2001 From: Niels Abildgaard Date: Mon, 27 May 2024 11:24:28 +0200 Subject: [PATCH] Migrate to new node pools with a lower max pods limit, delete old node pools --- .../environments/dplplat01/infrastructure/main.tf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/infrastructure/environments/dplplat01/infrastructure/main.tf b/infrastructure/environments/dplplat01/infrastructure/main.tf index 4a514988..5a39f020 100644 --- a/infrastructure/environments/dplplat01/infrastructure/main.tf +++ b/infrastructure/environments/dplplat01/infrastructure/main.tf @@ -8,10 +8,8 @@ module "environment" { lagoon_domain_base = "dplplat01.dpl.reload.dk" random_seed = "LahYegheePhohGeew9Fa" node_pools = { - "app2" : { min : 0, max : 6, vm : "Standard_B8ms", max_pods : 100 }, - "app3" : { min : 3, max : 15, vm: "Standard_B8ms", max_pods : 85 }, - "admin2" : { min : 1, max : 1, vm : "Standard_B8ms", role : "admin", max_pods : 100 }, - "admin3" : { min : 0, max : 1, vm : "Standard_B8ms", role : "admin", max_pods : 85 }, + "app3" : { min : 7, 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 # We've increased this quite a bit to test performance. The ideal starting-