Skip to content

Commit

Permalink
manifest(pow): prefer non-oracle nodes (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Feb 28, 2025
1 parent abcf6c2 commit c723b97
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pow/discordbot-pow-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ spec:
operator: NotIn
values:
- detda
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
matchExpressions:
- key: topology.kubernetes.io/zone
operator: NotIn
values:
- oracle
tolerations:
- key: "low-spec"
operator: "Exists"
Expand Down
8 changes: 8 additions & 0 deletions pow/migrate-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,12 @@ spec:
operator: NotIn
values:
- detda
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
matchExpressions:
- key: topology.kubernetes.io/zone
operator: NotIn
values:
- oracle
backoffLimit: 0

0 comments on commit c723b97

Please sign in to comment.