Skip to content

Commit

Permalink
decrease size
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusoh committed Mar 3, 2024
1 parent 21d82ca commit 734205f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_aws_eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "aws_eks_node_group" "eks-node-group" {
node_role_arn = aws_iam_role.eks-node-group.arn
subnet_ids = var.subnet_ids
scaling_config {
desired_size = 2
desired_size = 1
max_size = 3
min_size = 1
}
Expand Down

0 comments on commit 734205f

Please sign in to comment.