Skip to content

Commit

Permalink
prod: set constant 8 on demand nodes (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels authored Nov 17, 2023
1 parent e98ae72 commit e57a2a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions env/production/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ include {
}

inputs = {
primary_worker_desired_size = 4
primary_worker_desired_size = 8
primary_worker_instance_types = ["r5.large"]
secondary_worker_instance_types = ["r5.large"]
nodeUpgrade = false
primary_worker_max_size = 7
primary_worker_min_size = 3
primary_worker_max_size = 8
primary_worker_min_size = 8
vpc_id = dependency.common.outputs.vpc_id
vpc_private_subnets = dependency.common.outputs.vpc_private_subnets
vpc_public_subnets = dependency.common.outputs.vpc_public_subnets
Expand Down

0 comments on commit e57a2a7

Please sign in to comment.