Skip to content

Commit

Permalink
use 6 when running the first time
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 25, 2024
1 parent e689273 commit d6779f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab/us-gov-east-1/vpc/_mcmCluster/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ locals {
domain = "dev.lab.csp2.census.gov"
eks_instance_disk_size = 100
eks_vpc_name = "vpc3-lab-dev"
eks_ng_desired_size = 0
eks_ng_desired_size = 6
eks_ng_max_size = 10
eks_ng_min_size = 0
operators_ns = "operators"
Expand Down

0 comments on commit d6779f8

Please sign in to comment.