From 2ca03d622be17384002edb12fdc1f8662aaca099 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Fri, 6 Mar 2026 22:35:13 +0900 Subject: [PATCH] Update qBittorrent deployment to change torrent mount path --- manifests/qbittorrent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/qbittorrent.yaml b/manifests/qbittorrent.yaml index 27da5a5..a05f240 100644 --- a/manifests/qbittorrent.yaml +++ b/manifests/qbittorrent.yaml @@ -55,7 +55,7 @@ spec: - name: config mountPath: /config - name: torrents - mountPath: /torrents + mountPath: /mnt/storage/torrents volumes: - name: config persistentVolumeClaim: