Skip to content

Commit bd497de

Browse files
committed
4 big nodes are enough for Prod, instead of 7
1 parent 937ac70 commit bd497de

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" ? 3 : 7
23+
max_count = var.environment == "staging" ? 3 : 4
2424
temporary_name_for_rotation = "nodepooltemp"
2525

2626
upgrade_settings {

0 commit comments

Comments
 (0)