Skip to content

Commit

Permalink
fix: pin sab to worker nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jul 25, 2024
1 parent dacc36e commit 37cc8e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/main/apps/default/sabnzbd/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ spec:
fsGroupChangePolicy: OnRootMismatch
supplementalGroups: [10000]
seccompProfile: { type: RuntimeDefault }
nodeSelector:
node-role.kubernetes.io/worker: "true"
service:
app:
controller: sabnzbd
Expand Down

0 comments on commit 37cc8e4

Please sign in to comment.