Skip to content

Commit

Permalink
Setting desired node group size to 7 in staging (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Sep 25, 2023
1 parent 5ada2a9 commit 9cdaea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/staging/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ include {
}

inputs = {
primary_worker_desired_size = 3
primary_worker_desired_size = 7
primary_worker_instance_types = ["r5.large"]
secondary_worker_instance_types = ["r5.large"]
nodeUpgrade = false
Expand Down

0 comments on commit 9cdaea8

Please sign in to comment.