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