fix config volume name
This commit is contained in:
@@ -25,11 +25,15 @@ spec:
|
|||||||
port: 8388
|
port: 8388
|
||||||
config:
|
config:
|
||||||
persistence:
|
persistence:
|
||||||
volumeName: "config"
|
volumeName: "qbittorrent-config"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: qbittorrent-download
|
- name: qbittorrent-download
|
||||||
mountPath: /download
|
mountPath: /download
|
||||||
volumes:
|
volumes:
|
||||||
|
- name: qbittorrent-config
|
||||||
|
hostPath:
|
||||||
|
path: /mnt/nfs/AppData/qbittorrent/config
|
||||||
|
type: Directory
|
||||||
- name: qbittorrent-download
|
- name: qbittorrent-download
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /mnt/nfs/AppData/qbittorrent/download
|
path: /mnt/nfs/AppData/qbittorrent/download
|
||||||
|
|||||||
Reference in New Issue
Block a user