mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
change(jackett): add hostPath to watched directory aka blackhole
This commit is contained in:
parent
50c7f5e26f
commit
8509f93157
1 changed files with 7 additions and 1 deletions
|
@ -24,7 +24,13 @@ securityContext:
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
#mountPath: /downloads
|
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
|
|
||||||
|
watched:
|
||||||
|
enabled: true
|
||||||
|
type: hostPath
|
||||||
|
hostPath: /data/torrent/watched
|
||||||
|
readOnly: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue