Skip to content

Commit

Permalink
fix: Increased desired pod count to match min capacity (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks authored Feb 10, 2022
1 parent 93f3f81 commit 0f42428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/app_eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module "eks" {

node_groups = {
primary = {
desired_capacity = 1,
desired_capacity = 2,
max_capacity = 5,
min_capacity = 2,
instance_type = ["m5.xlarge"],
Expand Down

0 comments on commit 0f42428

Please sign in to comment.