From 761fdd29b2558b5799b47cfca75653f97dde22cb Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 7 Oct 2025 23:28:40 -0500 Subject: [PATCH] jellyfin restart --- 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 108fbb1e..fec0c788 100644 --- a/services/jellyfin/deployment.yaml +++ b/services/jellyfin/deployment.yaml @@ -7,7 +7,7 @@ metadata: labels: app: jellyfin spec: - replicas: 0 + replicas: 1 strategy: type: RollingUpdate rollingUpdate: diff --git a/services/pegasus/deployment.yaml b/services/pegasus/deployment.yaml index 4bd0c48c..d9fa0be6 100644 --- a/services/pegasus/deployment.yaml +++ b/services/pegasus/deployment.yaml @@ -4,7 +4,7 @@ metadata: name: pegasus namespace: jellyfin spec: - replicas: 0 + replicas: 1 revisionHistoryLimit: 3 strategy: type: RollingUpdate