fix: update jellyfin volume mounts and change config volume to hostPath

This commit is contained in:
2025-04-17 21:01:00 +05:30
parent 6d90e326a8
commit 8908905e00

View File

@@ -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