fix: update jellyfin volume mounts and change config volume to hostPath
This commit is contained in:
@@ -33,6 +33,8 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: media
|
- name: media
|
||||||
mountPath: /media
|
mountPath: /media
|
||||||
|
readOnly: true
|
||||||
|
recursiveReadOnly: Enabled
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
- name: cache
|
- name: cache
|
||||||
@@ -43,8 +45,9 @@ spec:
|
|||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
persistentVolumeClaim:
|
hostPath:
|
||||||
claimName: longhorn-jellyfin-config
|
path: /home/akshun/jellyfin/
|
||||||
|
type: Directory
|
||||||
- name: cache
|
- name: cache
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: longhorn-jellyfin-cache
|
claimName: longhorn-jellyfin-cache
|
||||||
|
|||||||
Reference in New Issue
Block a user