change(jackett): add hostPath to watched directory aka blackhole

This commit is contained in:
nold 2023-02-05 17:56:57 +01:00
parent 50c7f5e26f
commit 8509f93157

View file

@ -24,7 +24,13 @@ securityContext:
persistence:
config:
enabled: true
#mountPath: /downloads
storageClass: local-path
accessMode: ReadWriteOnce
size: 1Gi
watched:
enabled: true
type: hostPath
hostPath: /data/torrent/watched
readOnly: false