From 503a95a8e8bb6ba229318c20ba777c8a009e0ab9 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 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