Merge pull request #388 from 3dwardch3ng/app/qBittorrent

update volumes for qBittorrent
This commit is contained in:
2024-06-27 19:13:30 +10:00
committed by GitHub
2 changed files with 10 additions and 8 deletions

View File

@@ -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

View File

@@ -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