Skip to content

Commit

Permalink
increase disk
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 19, 2024
1 parent 8ae2dc9 commit 31a17cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ locals {
cluster_name = "platform-eng-eks-mcm"
cluster_version = "1.30"
domain = "dev.lab.csp2.census.gov"
eks_instance_disk_size = 60
eks_instance_disk_size = 100
eks_vpc_name = "vpc3-lab-dev"
eks_ng_desired_size = 1
eks_ng_desired_size = 3
eks_ng_max_size = 10
eks_ng_min_size = 1
operators_ns = "operators"
Expand Down
1 change: 1 addition & 0 deletions lab/us-gov-east-1/vpc/_mcmCluster/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ inputs = merge(
local.account_vars.locals,
local.region_vars.locals,
)

0 comments on commit 31a17cb

Please sign in to comment.