Update localpv
This commit is contained in:
parent
517cf930f0
commit
c622e609bd
2 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 2Gi
|
storage: 2Gi
|
||||||
storageClassName: "zfs-generic-nfs-csi"
|
storageClassName: "local-hostpath-nvme1"
|
||||||
accessModes:
|
accessModes:
|
||||||
- "ReadWriteMany"
|
- "ReadWriteMany"
|
||||||
source:
|
source:
|
||||||
|
|
|
@ -29,8 +29,10 @@ spec:
|
||||||
registry: quay.io/
|
registry: quay.io/
|
||||||
repository: openebs/provisioner-localpv
|
repository: openebs/provisioner-localpv
|
||||||
hostpathClass:
|
hostpathClass:
|
||||||
|
enabled: true
|
||||||
name: openebs-hostpath
|
name: openebs-hostpath
|
||||||
isDefaultClass: true
|
isDefaultClass: true
|
||||||
|
basePath: /var/mnt/nvme1
|
||||||
openebs-crds:
|
openebs-crds:
|
||||||
csi:
|
csi:
|
||||||
volumeSnapshots:
|
volumeSnapshots:
|
||||||
|
|
Loading…
Reference in a new issue