From c773b6da269441f06086daa78a5f7f619d3052e5 Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Sun, 18 Jan 2026 14:13:34 +0100 Subject: [PATCH] update mount path --- helm-values/qbittorrent_values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/helm-values/qbittorrent_values.yaml b/helm-values/qbittorrent_values.yaml index 8f656cb..874c803 100644 --- a/helm-values/qbittorrent_values.yaml +++ b/helm-values/qbittorrent_values.yaml @@ -1,3 +1,4 @@ +--- replicaCount: 1 qbittorrent: @@ -45,7 +46,7 @@ qbittorrent: mountPath: "/config" subPath: "configs/qbittorrent" - name: plex-data - mountPath: "/data/torrents" + mountPath: "/nfs/torrents" subPath: "torrent" gluetun: @@ -120,7 +121,8 @@ volumes: hostPath: path: /dev/net/tun -nodeSelector: {} +nodeSelector: + kubernetes.io/arch: arm64 tolerations: []