From a69bd45455fd9d0a2175e14e49c03fcbfb9e7e09 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 4 Oct 2025 08:50:56 -0500 Subject: [PATCH] fixed jellyfin pv issue --- services/jellyfin/deployment.yaml | 2 +- services/pegasus/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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