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