diff --git a/services/jellyfin/deployment.yaml b/services/jellyfin/deployment.yaml index 5212dbb..d96f80f 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 be42aba..558c508 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