Merge pull request #279 from 3dwardch3ng/app/qBittorrent
fix qBittorrent volumes
This commit is contained in:
@@ -25,7 +25,7 @@ spec:
|
||||
port: 8388
|
||||
config:
|
||||
persistence:
|
||||
volumeName: "qbittorrent-config"
|
||||
volumeName: "qbittorrent-config-pv"
|
||||
volumeMounts:
|
||||
- name: qbittorrent-download-pvc
|
||||
mountPath: /download
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: qbittorrent-config
|
||||
name: qbittorrent-config-pv
|
||||
namespace: qbittorrent
|
||||
labels:
|
||||
type: local
|
||||
|
||||
Reference in New Issue
Block a user