This commit is contained in:
@ -1,5 +1,18 @@
|
||||
env:
|
||||
TZ: Asia/Nicosia
|
||||
defaultPodOptions:
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: nas.homenet
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1Gi
|
||||
|
||||
downloads:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
hostPath: /k8s/jellyfin/media
|
||||
mountPath: /downloads
|
||||
accessMode: ReadWriteOnce
|
||||
|
Reference in New Issue
Block a user