Skip to content

Commit b4ceffc

Browse files
committed
beef this up a bit so that live demos are faster/smoother
1 parent 19b51cc commit b4ceffc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eks.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ module "eks" {
1515

1616
eks_managed_node_groups = {
1717
spot = {
18-
min_size = 1
18+
min_size = 2
1919
max_size = 6
20-
desired_size = 2
21-
instance_type = ["t4g.large"]
20+
desired_size = 3
21+
instance_type = ["t4g.xlarge"]
2222
capacity_type = "SPOT"
2323
iam_role_additional_policies = {
2424
AmazonEBSCSIDriverPolicy = "arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy"

0 commit comments

Comments
 (0)