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

@@ -4,6 +4,17 @@ jellyfin:
type: deployment
replicas: 1
strategy: Recreate
pod:
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app.kubernetes.io/name
operator: In
values:
- plex
topologyKey: kubernetes.io/hostname
containers:
main:
image: