We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde2aae commit 4bd685dCopy full SHA for 4bd685d
1 file changed
base-infrastructure/terraform/resources/aks.tf
@@ -20,7 +20,7 @@ resource "azurerm_kubernetes_cluster" "ifrcgo" {
20
vnet_subnet_id = azurerm_subnet.aks.id
21
enable_auto_scaling = true
22
min_count = 1
23
- max_count = var.environment == "staging" ? 5 : 6
+ max_count = var.environment == "staging" ? 6 : 6
24
temporary_name_for_rotation = "nodepooltemp"
25
26
upgrade_settings {
0 commit comments