diff --git a/env/production/eks/terragrunt.hcl b/env/production/eks/terragrunt.hcl index e5f582a49..4afc19af4 100644 --- a/env/production/eks/terragrunt.hcl +++ b/env/production/eks/terragrunt.hcl @@ -34,7 +34,7 @@ include { } inputs = { - primary_worker_desired_size = 4 + primary_worker_desired_size = 7 primary_worker_instance_types = ["r5.large"] secondary_worker_instance_types = ["r5.large"] nodeUpgrade = false