change jellyfin cache dir to emptyDir

This commit is contained in:
2025-10-22 20:52:45 +05:30
parent be3312124a
commit f6ac5ffe6e

View File

@@ -41,10 +41,8 @@ spec:
- name: config - name: config
persistentVolumeClaim: persistentVolumeClaim:
claimName: jellyfin-longhorn claimName: jellyfin-longhorn
- name: cache - name: /cache
hostPath: emptyDir: {}
path: /tmp/
type: Directory
- name: media - name: media
nfs: nfs:
server: 10.0.0.123 server: 10.0.0.123