Merge pull request #277 from 3dwardch3ng/app/qBittorrent

fix qBittorrent volumes
This commit is contained in:
2024-06-24 13:59:13 +10:00
committed by GitHub

View File

@@ -28,4 +28,13 @@ spec:
volumeName: "qbittorrent-config"
volumeMounts:
- 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