Merge pull request #283 from 3dwardch3ng/app/qBittorrent
fix qBittorrent volumes
This commit is contained in:
@@ -26,7 +26,6 @@ spec:
|
||||
config:
|
||||
persistence:
|
||||
name: "qbittorrent-config-pvc"
|
||||
volumeName: "qbittorrent-config-pv"
|
||||
volumeMounts:
|
||||
- name: qbittorrent-download-pvc
|
||||
mountPath: /download
|
||||
@@ -25,6 +25,22 @@ spec:
|
||||
- rpi5-cluster-node-3
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: qbittorrent-config-pvc
|
||||
namespace: qbittorrent
|
||||
labels:
|
||||
name: qbittorrent-config-pvc
|
||||
spec:
|
||||
storageClassName: local-path
|
||||
volumeMode: Filesystem
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: qbittorrent-download
|
||||
|
||||
Reference in New Issue
Block a user