Skip to content

Commit

Permalink
chore: add affinity to paperless
Browse files Browse the repository at this point in the history
  • Loading branch information
jnobrega committed May 12, 2024
1 parent 5073c8c commit 061e67f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions k8s/apps/documents/paperless/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ spec:
uninstall:
keepHistory: false
values:
defaultPodOptions:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: DoesNotExist
controllers:
paperless:
strategy: RollingUpdate
Expand Down

0 comments on commit 061e67f

Please sign in to comment.