feat: add affinity to keep apps separate (#5402)
Some checks failed
lint-test-helm / lint-helm (push) Successful in 28s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Has been cancelled

Reviewed-on: #5402
This commit was merged in pull request #5402.
This commit is contained in:
2026-04-02 01:31:02 +00:00
parent 3ba7e2cb16
commit d41261d1cb
4 changed files with 44 additions and 0 deletions

View File

@@ -5,6 +5,17 @@ slskd:
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
pod:
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app.kubernetes.io/name
operator: In
values:
- qbittorrent
topologyKey: kubernetes.io/hostname
initContainers:
init-sysctl:
image: