update mount path

This commit is contained in:
gilgamezh
2026-01-18 14:13:34 +01:00
parent ba2c36b6f2
commit c773b6da26
+4 -2
View File
@@ -1,3 +1,4 @@
---
replicaCount: 1 replicaCount: 1
qbittorrent: qbittorrent:
@@ -45,7 +46,7 @@ qbittorrent:
mountPath: "/config" mountPath: "/config"
subPath: "configs/qbittorrent" subPath: "configs/qbittorrent"
- name: plex-data - name: plex-data
mountPath: "/data/torrents" mountPath: "/nfs/torrents"
subPath: "torrent" subPath: "torrent"
gluetun: gluetun:
@@ -120,7 +121,8 @@ volumes:
hostPath: hostPath:
path: /dev/net/tun path: /dev/net/tun
nodeSelector: {} nodeSelector:
kubernetes.io/arch: arm64
tolerations: [] tolerations: []