fix qBittorrent volumes
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user