Skip to content

Commit

Permalink
scaling down hackathon instances (#6114)
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence authored Nov 15, 2024
1 parent 58f6dd7 commit b668829
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ eks_node_group_instance_types_gpu_node = ["g5.4xlarge"]
eks_node_group_ami_type_gpu_node = "AL2_x86_64_GPU"

eks_node_group_capacities_gpu_node = {
desired = 10
max = 15
min = 2
desired = 1
max = 10
min = 0
}

##################################################
Expand Down

0 comments on commit b668829

Please sign in to comment.