Merge pull request #270 from 3dwardch3ng/app/qBittorrent
fix config volume
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user