forked from ab/homelab
Added sonarr
This commit is contained in:
@ -1,5 +1,18 @@
|
|||||||
env:
|
env:
|
||||||
TZ: Asia/Nicosia
|
TZ: Asia/Nicosia
|
||||||
defaultPodOptions:
|
nodeSelector:
|
||||||
nodeSelector:
|
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
||||||
kubernetes.io/hostname: nas.homenet
|
|
||||||
|
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