fix qBittorrent volumes

This commit is contained in:
2024-06-24 13:58:55 +10:00
parent 949f11769c
commit 516f304dbe

View File

@@ -29,3 +29,12 @@ spec:
volumeMounts:
- name: qbittorrent-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