Skip to content

Commit

Permalink
up the min number of nodes for the app pool to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip committed Jun 20, 2024
1 parent 539d3d9 commit 1c8f4f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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 },
"admin3" : { min : 1, max : 1, vm : "Standard_B8ms", role : "admin", max_pods : 85 },
}
node_pool_system_count = 2
Expand Down

0 comments on commit 1c8f4f2

Please sign in to comment.