Update storage profiles.
This commit is contained in:
parent
8f7134b462
commit
101cc722e9
3 changed files with 28 additions and 1 deletions
|
@ -7,4 +7,5 @@ resources:
|
|||
- ./ingress.yaml
|
||||
- ./nixosdv.yaml
|
||||
- ./sp-hostpath.yaml
|
||||
- ./sp-hostpath-nvme1.yaml
|
||||
- ./sp-nfs-zfs-csi.yaml
|
||||
|
|
26
kubernetes/apps/cdi/cdi/app/sp-hostpath-nvme1.yaml
Normal file
26
kubernetes/apps/cdi/cdi/app/sp-hostpath-nvme1.yaml
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
# yaml-language-server: $schema=https://ks.hsn.dev/cdi.kubevirt.io/storageprofile_v1beta1.json
|
||||
apiVersion: cdi.kubevirt.io/v1beta1
|
||||
kind: StorageProfile
|
||||
metadata:
|
||||
labels:
|
||||
app: containerized-data-importer
|
||||
app.kubernetes.io/component: storage
|
||||
app.kubernetes.io/managed-by: cdi-controller
|
||||
cdi.kubevirt.io: ""
|
||||
name: local-hostpath-nvme1
|
||||
spec:
|
||||
claimPropertySets:
|
||||
- accessModes:
|
||||
- ReadWriteOnce
|
||||
volumeMode: Filesystem
|
||||
status:
|
||||
claimPropertySets:
|
||||
- accessModes:
|
||||
- ReadWriteOnce
|
||||
volumeMode: Block
|
||||
cloneStrategy: copy
|
||||
dataImportCronSourceFormat: pvc
|
||||
provisioner: openebs.io/local
|
||||
snapshotClass: local-hostpath-nvme1
|
||||
storageClass: local-hostpath-nvme1
|
|
@ -21,6 +21,6 @@ status:
|
|||
volumeMode: Block
|
||||
cloneStrategy: copy
|
||||
dataImportCronSourceFormat: pvc
|
||||
provisioner: zfs.csi.openebs.io
|
||||
provisioner: openebs.io/local
|
||||
snapshotClass: openebs-hostpath
|
||||
storageClass: openebs-hostpath
|
||||
|
|
Loading…
Reference in a new issue