forked from ab/homelab
Added bazarr
This commit is contained in:
@ -1,3 +1,13 @@
|
||||
nodeSelector:
|
||||
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:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
hostPath: /k8s/jellyfin/media
|
||||
hostPath: /k8s/media/downloads
|
||||
mountPath: /downloads
|
||||
accessMode: ReadWriteOnce
|
||||
|
Reference in New Issue
Block a user