update at 2024-03-08 15:21:04

pull/153/head
roc 2024-03-08 15:21:04 +08:00
parent bf6e298ea8
commit 271a41fd7c
1 changed files with 6 additions and 0 deletions

View File

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