Skip to content

Commit

Permalink
Merge pull request #35 from makerdao/TECH-4387-dedicated-nodepool
Browse files Browse the repository at this point in the history
feat: schedule critical workload to on-demand instance only
  • Loading branch information
chong-techops authored Feb 4, 2025
2 parents 965ce5b + f7b0763 commit ab655de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/production/cage-keeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ service:
containerPort: 8080
tls:
enabled: false
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: karpenter.sh/capacity-type
operator: In
values:
- on-demand
image:
pullPolicy: Always
serviceAccount:
Expand Down

0 comments on commit ab655de

Please sign in to comment.