Skip to content

Commit

Permalink
2 max size to allow for rolling nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed May 28, 2024
1 parent 22e12ef commit 5238ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module "eks" {
name = var.eks_nodeGroup
desired_size = 0
min_size = 0
max_size = 1
max_size = 2

instance_types = ["t3.large"]
capacity_type = "SPOT"
Expand Down

0 comments on commit 5238ab5

Please sign in to comment.