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

fix config volume name
This commit is contained in:
2024-06-22 14:13:20 +10:00
committed by GitHub

View File

@@ -25,11 +25,15 @@ spec:
port: 8388
config:
persistence:
volumeName: "config"
volumeName: "qbittorrent-config"
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