Merge pull request #388 from 3dwardch3ng/app/qBittorrent
update volumes for qBittorrent
This commit is contained in:
@@ -24,7 +24,9 @@ spec:
|
||||
port: 8388
|
||||
config:
|
||||
persistence:
|
||||
name: "qbittorrent-config-pvc"
|
||||
name: config
|
||||
storageClass: local-path
|
||||
size: 5Gi
|
||||
volumeMounts:
|
||||
- name: qbittorrent-download-pvc
|
||||
- name: download
|
||||
mountPath: /download
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: qbittorrent-config
|
||||
name: config
|
||||
namespace: qbittorrent
|
||||
labels:
|
||||
type: local
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
claimRef:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
name: qbittorrent-config-pvc
|
||||
name: config
|
||||
namespace: qbittorrent
|
||||
nodeAffinity:
|
||||
required:
|
||||
@@ -48,7 +48,7 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: qbittorrent-download
|
||||
name: download
|
||||
namespace: qbittorrent
|
||||
labels:
|
||||
type: local
|
||||
@@ -65,7 +65,7 @@ spec:
|
||||
claimRef:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
name: qbittorrent-download-pvc
|
||||
name: download
|
||||
namespace: qbittorrent
|
||||
nodeAffinity:
|
||||
required:
|
||||
@@ -79,10 +79,10 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: qbittorrent-download-pvc
|
||||
name: download
|
||||
namespace: qbittorrent
|
||||
labels:
|
||||
name: qbittorrent-download-pvc
|
||||
name: download
|
||||
spec:
|
||||
storageClassName: local-path
|
||||
volumeMode: Filesystem
|
||||
|
||||
Reference in New Issue
Block a user