Skip to content

Commit

Permalink
fix: 2GB nodes are too small (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
swibrow authored Dec 11, 2024
1 parent 9c30f92 commit 859b7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karpenter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ module "karpenter_release" {
values: ["nitro"]
- key: "karpenter.k8s.aws/instance-memory"
operator: Gt
values: ["1024"]
values: ["2048"]
- key: "karpenter.sh/capacity-type"
operator: In
values: ["spot", "on-demand"]
Expand Down

0 comments on commit 859b7c0

Please sign in to comment.