generated from phoenix-oss/tenant-tpl
added datasource
This commit is contained in:
parent
c32ae8b40a
commit
1b8a324f7e
2 changed files with 10 additions and 2 deletions
|
@ -18,7 +18,11 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 60Gi
|
storage: 60Gi
|
||||||
running: true
|
sourceRef:
|
||||||
|
kind: DataSource
|
||||||
|
name: win2k22
|
||||||
|
namespace: kubevirt-os-images
|
||||||
|
running: Halted
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
@ -49,7 +53,7 @@ spec:
|
||||||
devices:
|
devices:
|
||||||
disks:
|
disks:
|
||||||
- disk:
|
- disk:
|
||||||
bus: sata
|
bus: virtio
|
||||||
name: rootdisk-dev
|
name: rootdisk-dev
|
||||||
- cdrom:
|
- cdrom:
|
||||||
bus: sata
|
bus: sata
|
||||||
|
|
|
@ -15,6 +15,10 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 80Gi
|
storage: 80Gi
|
||||||
|
sourceRef:
|
||||||
|
kind: DataSource
|
||||||
|
name: win2k22
|
||||||
|
namespace: kubevirt-os-images
|
||||||
runStrategy: Always
|
runStrategy: Always
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue