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: []