Skip to content

Commit

Permalink
update cluster to correct ver
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 9, 2024
1 parent 2ea3195 commit 72a7807
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lab/us-gov-east-1/vpc/cluster/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ locals {
# In which AWS region are operations being performed
vpc_name = "vpc3-lab-dev"
cluster_name = "platform-eng-eks-test"
cluster_version = 1.29
cluster_version = "1.30"
domain = "dev.lab.csp2.census.gov"
eks_instance_disk_size = 40
eks_instance_disk_size = 60
eks_vpc_name = "vpc3-lab-dev"
eks_ng_desired_size = 1
eks_ng_max_size = 4
eks_ng_max_size = 10
eks_ng_min_size = 1
operators_ns = "operators"
enable_cluster_creator_admin_permissions = true
Expand Down Expand Up @@ -67,4 +67,4 @@ inputs = {
tags = local.tags
aws_auth_roles = local.aws_auth_roles
domain = local.domain
}
}

0 comments on commit 72a7807

Please sign in to comment.