Skip to content

Commit

Permalink
Merge pull request #3 from 7SOATSquad30/feat/change-node-group-class
Browse files Browse the repository at this point in the history
feat: change node group class to t2.micro
  • Loading branch information
MuriloKakazu authored Nov 23, 2024
2 parents 74de102 + d2f6f3c commit 13e6e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ resource "aws_eks_node_group" "eks_node_group" {
max_unavailable_percentage = 50
}

instance_types = ["t2.small", "t3.small"]
instance_types = ["t2.micro"]
capacity_type = "SPOT"

depends_on = [
Expand Down

0 comments on commit 13e6e25

Please sign in to comment.