Skip to content

Commit

Permalink
Migrate to new node pools with a lower max pods limit, delete old nod…
Browse files Browse the repository at this point in the history
…e pools
  • Loading branch information
hypesystem committed May 27, 2024
1 parent 776467c commit ca5ca5d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions infrastructure/environments/dplplat01/infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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-
Expand Down

0 comments on commit ca5ca5d

Please sign in to comment.