diff --git a/kubernetes/apps/qbittorrent/app/volume.yaml b/kubernetes/apps/qbittorrent/app/volume.yaml index fbb7be4..76dca47 100644 --- a/kubernetes/apps/qbittorrent/app/volume.yaml +++ b/kubernetes/apps/qbittorrent/app/volume.yaml @@ -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" \ No newline at end of file + path: "/mnt/nfs/AppData/qbittorrent/config" + nodeAffinity: + required: + nodeSelectorTerms: + - matchExpressions: + - key: kubernetes.io/hostname + operator: In + values: + - rpi5-cluster-node-3 \ No newline at end of file