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

View File

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