feat: add affinity to keep apps separate
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 47s
lint-test-helm / validate-kubeconform (pull_request) Successful in 41s
render-manifests / render-manifests (pull_request) Successful in 1m17s

This commit is contained in:
2026-04-01 20:23:54 -05:00
parent 3ba7e2cb16
commit 0792b679fc
4 changed files with 44 additions and 0 deletions

View File

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