From 8908905e00c3c7cefaf84fb7c7aa7f9cc28d32d9 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Thu, 17 Apr 2025 21:01:00 +0530 Subject: [PATCH] fix: update jellyfin volume mounts and change config volume to hostPath --- cluster/apps/jellyfin/jellyfin.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cluster/apps/jellyfin/jellyfin.yml b/cluster/apps/jellyfin/jellyfin.yml index cab0ee8..09b081f 100644 --- a/cluster/apps/jellyfin/jellyfin.yml +++ b/cluster/apps/jellyfin/jellyfin.yml @@ -33,6 +33,8 @@ spec: volumeMounts: - name: media mountPath: /media + readOnly: true + recursiveReadOnly: Enabled - name: config mountPath: /config - name: cache @@ -43,8 +45,9 @@ spec: privileged: true volumes: - name: config - persistentVolumeClaim: - claimName: longhorn-jellyfin-config + hostPath: + path: /home/akshun/jellyfin/ + type: Directory - name: cache persistentVolumeClaim: claimName: longhorn-jellyfin-cache