Skip to content

Commit 70562f7

Browse files
Update aks.tf – nodepool size for Prod to 7
1 parent 0ace02d commit 70562f7

File tree

1 file changed

+1
-1
lines changed
  • base-infrastructure/terraform/resources

1 file changed

+1
-1
lines changed

base-infrastructure/terraform/resources/aks.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "azurerm_kubernetes_cluster" "ifrcgo" {
2020
vnet_subnet_id = azurerm_subnet.aks.id
2121
enable_auto_scaling = true
2222
min_count = 1
23-
max_count = var.environment == "staging" ? 6 : 6
23+
max_count = var.environment == "staging" ? 6 : 7
2424
temporary_name_for_rotation = "nodepooltemp"
2525

2626
upgrade_settings {

0 commit comments

Comments
 (0)