Skip to content

Commit

Permalink
change scaling config
Browse files Browse the repository at this point in the history
  • Loading branch information
LOUKASSS committed Jun 28, 2023
1 parent 5fc32fd commit 44c9c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ resource "aws_eks_node_group" "eks-cluster" {
subnet_ids = aws_subnet.private[*].id

scaling_config {
desired_size = 2
desired_size = 3
max_size = 8
min_size = 2
min_size = 3
}


Expand Down

0 comments on commit 44c9c65

Please sign in to comment.