From f76caa77fac832532f9e75665349c516e74c8f50 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 5 Sep 2025 20:49:00 -0500 Subject: [PATCH] pause jellyfin --- services/jellyfin/deployment.yaml | 2 +- services/jellyfin/pvc.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/jellyfin/deployment.yaml b/services/jellyfin/deployment.yaml index b904d3a..5de81cf 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/jellyfin/pvc.yaml b/services/jellyfin/pvc.yaml index f6ba4c7..04fdb8d 100644 --- a/services/jellyfin/pvc.yaml +++ b/services/jellyfin/pvc.yaml @@ -36,5 +36,5 @@ spec: accessModes: ["ReadWriteMany"] resources: requests: - storage: 1Ti + storage: 2Ti storageClassName: asteria