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

fix qBittorrent volumes
This commit is contained in:
2024-06-24 14:44:15 +10:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
kind: PersistentVolume kind: PersistentVolume
metadata: metadata:
name: qbittorrent-config-pv name: qbittorrent-config
namespace: qbittorrent namespace: qbittorrent
labels: labels:
type: local type: local
@@ -15,6 +15,11 @@ spec:
persistentVolumeReclaimPolicy: Retain persistentVolumeReclaimPolicy: Retain
local: local:
path: "/mnt/nfs/AppData/qbittorrent/config" path: "/mnt/nfs/AppData/qbittorrent/config"
claimRef:
apiVersion: v1
kind: PersistentVolumeClaim
name: qbittorrent-config-pvc
namespace: qbittorrent
nodeAffinity: nodeAffinity:
required: required:
nodeSelectorTerms: nodeSelectorTerms: