diff --git a/services/jellyfin/deployment.yaml b/services/jellyfin/deployment.yaml index 9b15e2d..c19aca4 100644 --- a/services/jellyfin/deployment.yaml +++ b/services/jellyfin/deployment.yaml @@ -9,7 +9,10 @@ metadata: spec: replicas: 1 strategy: - type: Recreate + type: RollingUpdate + rollingUpdate: + maxSurge: 0 + maxUnavailable: 1 selector: matchLabels: app: jellyfin