update at 2024-03-08 15:21:04
parent
bf6e298ea8
commit
271a41fd7c
|
@ -40,6 +40,8 @@ spec:
|
|||
name: media
|
||||
- mountPath: /config
|
||||
name: config
|
||||
- mountPath: /cache
|
||||
name: cache
|
||||
dnsPolicy: Default
|
||||
hostNetwork: true
|
||||
restartPolicy: Always
|
||||
|
@ -51,6 +53,10 @@ spec:
|
|||
hostPath:
|
||||
path: /data/jellyfin/config
|
||||
type: DirectoryOrCreate
|
||||
- name: cache
|
||||
hostPath:
|
||||
path: /data/jellyfin/cache
|
||||
type: DirectoryOrCreate
|
||||
- name: media
|
||||
hostPath:
|
||||
path: /data/media
|
||||
|
|
Loading…
Reference in New Issue