From ed21e0b1d5027ff998191c492c6c767a6924ebe9 Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Sun, 12 Apr 2026 11:38:12 +1200 Subject: [PATCH] added volume mount for Jellyfin --- apps/arr/jellyfin/deployment.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/arr/jellyfin/deployment.yaml b/apps/arr/jellyfin/deployment.yaml index 61019d0..6b6bdc9 100644 --- a/apps/arr/jellyfin/deployment.yaml +++ b/apps/arr/jellyfin/deployment.yaml @@ -48,6 +48,8 @@ spec: mountPath: /dev/dri - name: jellyfin-media-seagate mountPath: /seagate + - name: jellyfin-nas + mountPath: /nas securityContext: privileged: true @@ -68,3 +70,8 @@ spec: - name: dri hostPath: path: /dev/dri + + - name: jellyfin-nas + persistentVolumeClaim: + claimName: jellyfin-nas +