From 5fda728a62dcb7dd634d0c67512f30105092bc8a Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Fri, 2 May 2025 03:30:58 +0530 Subject: [PATCH] use hostPath for cache --- cluster/apps/jellyfin/jellyfin.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cluster/apps/jellyfin/jellyfin.yml b/cluster/apps/jellyfin/jellyfin.yml index 09b081f..2c4b21c 100644 --- a/cluster/apps/jellyfin/jellyfin.yml +++ b/cluster/apps/jellyfin/jellyfin.yml @@ -49,8 +49,9 @@ spec: path: /home/akshun/jellyfin/ type: Directory - name: cache - persistentVolumeClaim: - claimName: longhorn-jellyfin-cache + hostPath: + path: /home/akshun/jellyfin/cache + type: Directory - name: media nfs: server: 10.0.0.123