diff --git a/services/jellyfin/deployment.yaml b/services/jellyfin/deployment.yaml index 5212dbb8..d96f80f7 100644 --- a/services/jellyfin/deployment.yaml +++ b/services/jellyfin/deployment.yaml @@ -7,7 +7,7 @@ metadata: labels: app: jellyfin spec: - replicas: 1 + replicas: 0 strategy: type: RollingUpdate rollingUpdate: diff --git a/services/pegasus/deployment.yaml b/services/pegasus/deployment.yaml index be42abac..558c508d 100644 --- a/services/pegasus/deployment.yaml +++ b/services/pegasus/deployment.yaml @@ -4,7 +4,7 @@ metadata: name: pegasus namespace: jellyfin spec: - replicas: 1 + replicas: 0 revisionHistoryLimit: 3 strategy: type: RollingUpdate