From 9002ac7d63ed8378dc66ee5d10685acf757196ae Mon Sep 17 00:00:00 2001 From: Niels Abildgaard Date: Wed, 10 Jul 2024 13:04:18 +0200 Subject: [PATCH 1/2] Update node pool sizes, grow a little --- infrastructure/environments/dplplat01/infrastructure/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/environments/dplplat01/infrastructure/main.tf b/infrastructure/environments/dplplat01/infrastructure/main.tf index 474ac1b2..47a10798 100644 --- a/infrastructure/environments/dplplat01/infrastructure/main.tf +++ b/infrastructure/environments/dplplat01/infrastructure/main.tf @@ -8,10 +8,10 @@ module "environment" { lagoon_domain_base = "dplplat01.dpl.reload.dk" random_seed = "LahYegheePhohGeew9Fa" node_pools = { - "app4" : { min : 7, max : 20, vm : "Standard_E4s_v3", max_pods : 70 }, + "app4" : { min : 11, 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 = 2 + node_pool_system_count = 3 # We've increased this quite a bit to test performance. The ideal starting- # point seems to be in the range 102400 - 204800 to get enough IOPS to # maintain performance during a Drupal site-install. From ddd6a0c11bddf91f9389e58d72c1e40305b6f8c8 Mon Sep 17 00:00:00 2001 From: Niels Abildgaard Date: Wed, 10 Jul 2024 15:00:41 +0200 Subject: [PATCH 2/2] Update to aks 1.28.9 --- 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 47a10798..0b4816c0 100644 --- a/infrastructure/environments/dplplat01/infrastructure/main.tf +++ b/infrastructure/environments/dplplat01/infrastructure/main.tf @@ -18,7 +18,7 @@ module "environment" { # When copying this value, consider leaving it out and falling back to the # default of 102400. sql_storage_mb = 409600 - control_plane_version = "1.27.9" + control_plane_version = "1.28.9" } # Outputs, for values that comes straight from the dpl-platform-environment