update mount path
This commit is contained in:
@@ -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: []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user