--- # Keep at least one Jellyfin replica serving through voluntary disruptions # (node drains, rollouts) so active streams can fail over rather than drop. apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: fafflix namespace: fafflix spec: minAvailable: 1 selector: matchLabels: app: fafflix