Skip to content

Commit

Permalink
2 is the lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 13, 2025
1 parent db25e11 commit afa8bb2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ locals {
cluster_name = "platform-eng-eks-mcm"
cluster_mailing_list = "matthew.c.morgan@census.gov"
eks_instance_disk_size = 100
eks_ng_desired_size = 1
eks_ng_desired_size = 2
eks_ng_max_size = 10
eks_ng_min_size = 1
eks_ng_min_size = 2
enable_cluster_creator_admin_permissions = true
tags = {
"slim:schedule" = "8:00-17:00"
Expand Down

0 comments on commit afa8bb2

Please sign in to comment.