diff --git a/base-infrastructure/terraform/resources/aks.tf b/base-infrastructure/terraform/resources/aks.tf index 583dd03..42b2168 100644 --- a/base-infrastructure/terraform/resources/aks.tf +++ b/base-infrastructure/terraform/resources/aks.tf @@ -20,7 +20,7 @@ resource "azurerm_kubernetes_cluster" "ifrcgo" { vnet_subnet_id = azurerm_subnet.aks.id enable_auto_scaling = true min_count = 1 - max_count = var.environment == "staging" ? 3 : 7 + max_count = var.environment == "staging" ? 3 : 4 temporary_name_for_rotation = "nodepooltemp" upgrade_settings {