Skip to content

Commit d9de442

Browse files
committed
nodepool config
1 parent d02600e commit d9de442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/modules/aiml/chatbot/nodepool/nodepool-tran1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
values: ["amd64"]
2626
- key: "karpenter.sh/capacity-type"
2727
operator: In
28-
values: ["on-demand"]
28+
values: ["on-demand", "spot"]
2929
expireAfter: 720h
3030
terminationGracePeriod: 24h
3131
nodeClassRef:

manifests/modules/aiml/chatbot/nodepool/nodepool-x86.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
values: ["amd64"]
2424
- key: "karpenter.sh/capacity-type"
2525
operator: In
26-
values: ["on-demand"]
26+
values: ["on-demand", "spot"]
2727
expireAfter: 720h
2828
terminationGracePeriod: 24h
2929
nodeClassRef:

0 commit comments

Comments
 (0)