From 78283ec2bf723f402b01286b6c422aca8e407eca Mon Sep 17 00:00:00 2001 From: Philip Date: Thu, 20 Jun 2024 11:51:42 +0200 Subject: [PATCH] add new memory optimized node pool --- infrastructure/environments/dplplat01/infrastructure/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/environments/dplplat01/infrastructure/main.tf b/infrastructure/environments/dplplat01/infrastructure/main.tf index 58621474..49f9096e 100644 --- a/infrastructure/environments/dplplat01/infrastructure/main.tf +++ b/infrastructure/environments/dplplat01/infrastructure/main.tf @@ -8,7 +8,8 @@ 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 }, + "app4" : { min : 4, max : 15, vm: "Standard_E4s_v3", max_pods : 70 }, "admin3" : { min : 1, max : 1, vm : "Standard_B8ms", role : "admin", max_pods : 85 }, } node_pool_system_count = 2