fix qBittorrent volumes
This commit is contained in:
@@ -26,7 +26,6 @@ spec:
|
|||||||
config:
|
config:
|
||||||
persistence:
|
persistence:
|
||||||
name: "qbittorrent-config-pvc"
|
name: "qbittorrent-config-pvc"
|
||||||
volumeName: "qbittorrent-config-pv"
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: qbittorrent-download-pvc
|
- name: qbittorrent-download-pvc
|
||||||
mountPath: /download
|
mountPath: /download
|
||||||
@@ -25,6 +25,22 @@ spec:
|
|||||||
- rpi5-cluster-node-3
|
- rpi5-cluster-node-3
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
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
|
kind: PersistentVolume
|
||||||
metadata:
|
metadata:
|
||||||
name: qbittorrent-download
|
name: qbittorrent-download
|
||||||
|
|||||||
Reference in New Issue
Block a user