Merge pull request #277 from 3dwardch3ng/app/qBittorrent
fix qBittorrent volumes
This commit is contained in:
@@ -29,3 +29,12 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: qbittorrent-download
|
- name: qbittorrent-download
|
||||||
mountPath: /download
|
mountPath: /download
|
||||||
|
volumes:
|
||||||
|
- name: qbittorrent-config
|
||||||
|
hostPath:
|
||||||
|
path: /mnt/nfs/AppData/qbittorrent/config
|
||||||
|
type: Directory
|
||||||
|
- name: qbittorrent-download
|
||||||
|
hostPath:
|
||||||
|
path: /mnt/nfs/AppData/qbittorrent/download
|
||||||
|
type: Directory
|
||||||
Reference in New Issue
Block a user