Skip to content

Commit 861fbed

Browse files
committed
Bump up AKS cluster size to 7
1 parent f6c0a4f commit 861fbed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • base-infrastructure/terraform/resources

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" ? 7 : 7
2424
temporary_name_for_rotation = "nodepooltemp"
2525

2626
upgrade_settings {

0 commit comments

Comments
 (0)