From cc1d1f60a238ea800ad4b1427b0359b8412142ed Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 27 Aug 2025 18:13:00 -0500 Subject: [PATCH] spinning down jellyfin to move it --- services/jellyfin/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/jellyfin/deployment.yaml b/services/jellyfin/deployment.yaml index 4935d0e..a318397 100644 --- a/services/jellyfin/deployment.yaml +++ b/services/jellyfin/deployment.yaml @@ -7,7 +7,7 @@ metadata: labels: app: jellyfin spec: - replicas: 1 + replicas: 0 selector: matchLabels: app: jellyfin