Skip to content

Commit

Permalink
update defaults to min/desired 2
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Dec 17, 2025
1 parent 78ba3bc commit dbfc11f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions defaults.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ locals {
# Static EKS configuration for Karpenter bootstrap node group
eks_defaults = {
instance_disk_size = 200
ng_desired_size = 3
ng_desired_size = 2
ng_max_size = 10
ng_min_size = 3
ng_min_size = 2
enable_cluster_creator_admin_permissions = true
}

Expand All @@ -26,4 +26,4 @@ locals {
finops_project_number = var.finops.project_number
finops_project_role = var.finops.project_role
}
}
}

0 comments on commit dbfc11f

Please sign in to comment.