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

fix config volume
This commit is contained in:
2024-06-24 09:46:42 +10:00
committed by GitHub

View File

@@ -6,6 +6,7 @@ metadata:
labels:
type: local
spec:
storageClassName: local-path
volumeMode: Filesystem
capacity:
storage: 250Mi
@@ -13,4 +14,12 @@ spec:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Retain
local:
path: "/mnt/nfs/AppData/qbittorrent/config"
path: "/mnt/nfs/AppData/qbittorrent/config"
nodeAffinity:
required:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- rpi5-cluster-node-3