Skip to content

Commit

Permalink
Remove admin4 pool, scale down app3 and scale up app4
Browse files Browse the repository at this point in the history
  • Loading branch information
hypesystem committed Jul 3, 2024
1 parent 6fe3ad2 commit 87d4be9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions infrastructure/environments/dplplat01/infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ module "environment" {
lagoon_domain_base = "dplplat01.dpl.reload.dk"
random_seed = "LahYegheePhohGeew9Fa"
node_pools = {
"app3" : { count: 8, vm: "Standard_B8ms", max_pods : 85 },
"admin3" : { count: 1, vm : "Standard_B8ms", role : "admin", max_pods : 85 },
"app4" : { min : 4, max : 4, vm: "Standard_E4s_v3", max_pods : 70 },
"admin4" : { min : 1, max : 1, vm : "Standard_B8ms", role : "admin", max_pods : 70 },
"app3" : { count: 0, vm: "Standard_B8ms", max_pods : 85 },
"app4" : { min : 7, max : 20, vm: "Standard_E4s_v3", max_pods : 70 },
"admin5" : { count: 1, vm: "Standard_E4s_v3", max_pods: 70 },
}
node_pool_system_count = 2
# We've increased this quite a bit to test performance. The ideal starting-
Expand Down

0 comments on commit 87d4be9

Please sign in to comment.