Skip to content

Commit

Permalink
add new memory optimized node pool
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip committed Jun 20, 2024
1 parent 44c0545 commit 78283ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infrastructure/environments/dplplat01/infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ 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 },
"app4" : { min : 4, max : 15, vm: "Standard_E4s_v3", max_pods : 70 },
"admin3" : { min : 1, max : 1, vm : "Standard_B8ms", role : "admin", max_pods : 85 },
}
node_pool_system_count = 2
Expand Down

0 comments on commit 78283ec

Please sign in to comment.