fix config volume
This commit is contained in:
@@ -6,6 +6,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
type: local
|
type: local
|
||||||
spec:
|
spec:
|
||||||
|
storageClassName: local-path
|
||||||
volumeMode: Filesystem
|
volumeMode: Filesystem
|
||||||
capacity:
|
capacity:
|
||||||
storage: 250Mi
|
storage: 250Mi
|
||||||
@@ -13,4 +14,12 @@ spec:
|
|||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
persistentVolumeReclaimPolicy: Retain
|
persistentVolumeReclaimPolicy: Retain
|
||||||
local:
|
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