From 51c9aa1b48762d441751650f8a17b69569608553 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 17 Dec 2025 13:27:22 -0600 Subject: [PATCH] scale down to 1 instance --- clusters/cl01tl/helm/jellyfin/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/jellyfin/values.yaml b/clusters/cl01tl/helm/jellyfin/values.yaml index 15b7deab4..2567d03fa 100644 --- a/clusters/cl01tl/helm/jellyfin/values.yaml +++ b/clusters/cl01tl/helm/jellyfin/values.yaml @@ -27,7 +27,7 @@ jellyfin: memory: 2Gi vue: type: deployment - replicas: 3 + replicas: 1 strategy: Recreate revisionHistoryLimit: 3 containers: