Skip to content

Commit

Permalink
Merge pull request #5 from 7SOATSquad30/feat/change-node-group-class
Browse files Browse the repository at this point in the history
feat: change instance type to t2.small
  • Loading branch information
MuriloKakazu authored Dec 3, 2024
2 parents acb27ad + b03c09e commit e50c5e1
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.micro"]
instance_types = ["t2.small"]
capacity_type = "SPOT"

depends_on = [
Expand Down

0 comments on commit e50c5e1

Please sign in to comment.