Skip to content

Commit

Permalink
up the minimum number of nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip committed Jun 11, 2024
1 parent 8715092 commit 20f2d24
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 : 7, max : 15, vm: "Standard_B8ms", max_pods : 85 },
"app3" : { min : 9, 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 20f2d24

Please sign in to comment.