diff --git a/projects/arrstack/values/lidarr.yaml b/projects/arrstack/values/lidarr.yaml index 8898537c..f95d8d28 100644 --- a/projects/arrstack/values/lidarr.yaml +++ b/projects/arrstack/values/lidarr.yaml @@ -38,9 +38,13 @@ persistence: type: hostPath mountPath: /music hostPath: /data/media/music + torrent: + enabled: true + type: hostPath + mountPath: /torrent + hostPath: /data/torrent downloads: enabled: true type: hostPath mountPath: /downloads - hostPath: /data/torrent - + hostPath: /data/downloads