Skip to content

Commit

Permalink
fix: Reduce max pods (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 authored Jun 6, 2024
1 parent 25f655a commit 718f25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/app_aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "azurerm_kubernetes_cluster" "default" {

default_node_pool {
enable_auto_scaling = false
max_pods = 100
max_pods = 60
name = "default"
node_count = var.node_pool_vm_count
temporary_name_for_rotation = "rotating"
Expand Down

0 comments on commit 718f25a

Please sign in to comment.