Skip to content

Commit

Permalink
Fix node pools to actual size (Es limited by quota), up B8s
Browse files Browse the repository at this point in the history
  • Loading branch information
hypesystem committed Jul 2, 2024
1 parent 77ee71d commit 95a8633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/environments/dplplat01/infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ module "environment" {
lagoon_domain_base = "dplplat01.dpl.reload.dk"
random_seed = "LahYegheePhohGeew9Fa"
node_pools = {
"app3" : { count: 7, vm: "Standard_B8ms", max_pods : 85 },
"app3" : { count: 8, vm: "Standard_B8ms", max_pods : 85 },
"admin3" : { count: 1, vm : "Standard_B8ms", role : "admin", max_pods : 85 },
"app4" : { min : 4, max : 15, vm: "Standard_E4s_v3", max_pods : 70 },
"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 },
}
node_pool_system_count = 2
Expand Down

0 comments on commit 95a8633

Please sign in to comment.