From 8509f93157783e9435c597b3c134e05ed1c433d1 Mon Sep 17 00:00:00 2001 From: nold Date: Sun, 5 Feb 2023 17:56:57 +0100 Subject: [PATCH] change(jackett): add hostPath to watched directory aka blackhole --- projects/arrstack/values/jackett.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/projects/arrstack/values/jackett.yaml b/projects/arrstack/values/jackett.yaml index 8bbbb0b1..6b0aa80c 100644 --- a/projects/arrstack/values/jackett.yaml +++ b/projects/arrstack/values/jackett.yaml @@ -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 +