We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937ac70 commit bd497deCopy full SHA for bd497de
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" ? 3 : 7
+ max_count = var.environment == "staging" ? 3 : 4
24
temporary_name_for_rotation = "nodepooltemp"
25
26
upgrade_settings {
0 commit comments