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:
|
||||
requests:
|
||||
storage: 2Gi
|
||||
storageClassName: "zfs-generic-nfs-csi"
|
||||
storageClassName: "local-hostpath-nvme1"
|
||||
accessModes:
|
||||
- "ReadWriteMany"
|
||||
source:
|
||||
|
|
|
@ -29,8 +29,10 @@ spec:
|
|||
registry: quay.io/
|
||||
repository: openebs/provisioner-localpv
|
||||
hostpathClass:
|
||||
enabled: true
|
||||
name: openebs-hostpath
|
||||
isDefaultClass: true
|
||||
basePath: /var/mnt/nvme1
|
||||
openebs-crds:
|
||||
csi:
|
||||
volumeSnapshots:
|
||||
|
|
Loading…
Reference in a new issue