Skip to content

Commit

Permalink
Update nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Dec 16, 2024
1 parent 43b7dae commit dbea081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/eks/e2e/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ resource "aws_eks_node_group" "this" {
subnet_ids = module.basic_components.public_subnet_ids

scaling_config {
desired_size = 2
max_size = 2
min_size = 2
desired_size = 1
max_size = 1
min_size = 1
}

ami_type = "AL2_x86_64"
Expand Down

0 comments on commit dbea081

Please sign in to comment.