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