Skip to content

Commit

Permalink
Revert "Remove node affinity"
Browse files Browse the repository at this point in the history
This reverts commit da83ac6.
  • Loading branch information
blazer82 committed Jun 17, 2024
1 parent da83ac6 commit a1fc76e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deploy/k8s/analytodon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ spec:
labels:
app: analytodon
spec:
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
matchExpressions:
- key: project
operator: In
values:
- mastodon
containers:
- name: analytodon
image: productionbuild/analytodon:latest
Expand Down

0 comments on commit a1fc76e

Please sign in to comment.