This commit is contained in:
@ -1,3 +1,13 @@
|
|||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: downloads
|
||||||
|
hostPath:
|
||||||
|
path: /k8s/media/downloads
|
||||||
|
type: Directory
|
||||||
|
|
||||||
|
volumeMounts:
|
||||||
|
- name: downloads
|
||||||
|
mountPath: /downloads
|
||||||
|
readOnly: false
|
||||||
|
@ -10,6 +10,6 @@ persistence:
|
|||||||
downloads:
|
downloads:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: /k8s/jellyfin/media
|
hostPath: /k8s/media/downloads
|
||||||
mountPath: /downloads
|
mountPath: /downloads
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
|
Reference in New Issue
Block a user