change jellyfin cache dir to emptyDir
This commit is contained in:
@@ -41,10 +41,8 @@ spec:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: jellyfin-longhorn
|
||||
- name: cache
|
||||
hostPath:
|
||||
path: /tmp/
|
||||
type: Directory
|
||||
- name: /cache
|
||||
emptyDir: {}
|
||||
- name: media
|
||||
nfs:
|
||||
server: 10.0.0.123
|
||||
|
||||
Reference in New Issue
Block a user