Skip to content

Commit

Permalink
Give space for cluster to power down a node
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhlobo committed Jan 18, 2022
1 parent 6303e4f commit 3537697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/eks/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module "eks" {
disk_size = 20

desired_capacity = 2
min_capacity = 2
min_capacity = 1
max_capacity = 3
}
}
Expand Down

0 comments on commit 3537697

Please sign in to comment.