Skip to content

Commit

Permalink
Merge pull request #399 from danskernesdigitalebibliotek/aks-1.28
Browse files Browse the repository at this point in the history
Aks 1.28
  • Loading branch information
kasperg authored Jul 11, 2024
2 parents e804e68 + ddd6a0c commit b7a8a17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/environments/dplplat01/infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ module "environment" {
lagoon_domain_base = "dplplat01.dpl.reload.dk"
random_seed = "LahYegheePhohGeew9Fa"
node_pools = {
"app4" : { min : 7, max : 20, vm : "Standard_E4s_v3", max_pods : 70 },
"app4" : { min : 11, max : 20, vm : "Standard_E4s_v3", max_pods : 70 },
"admin6": { count : 1, vm : "Standard_E4s_v3", role : "admin", max_pods : 60, },
}
node_pool_system_count = 2
node_pool_system_count = 3
# We've increased this quite a bit to test performance. The ideal starting-
# point seems to be in the range 102400 - 204800 to get enough IOPS to
# maintain performance during a Drupal site-install.
# When copying this value, consider leaving it out and falling back to the
# default of 102400.
sql_storage_mb = 409600
control_plane_version = "1.27.9"
control_plane_version = "1.28.9"
}

# Outputs, for values that comes straight from the dpl-platform-environment
Expand Down

0 comments on commit b7a8a17

Please sign in to comment.