Towards a generic example.
This commit is contained in:
parent
37ffe475fb
commit
abe43b86d9
1 changed files with 7 additions and 4 deletions
|
|
@ -4,9 +4,12 @@ metadata:
|
||||||
namespace: qemu-vms
|
namespace: qemu-vms
|
||||||
name: test-vm
|
name: test-vm
|
||||||
spec:
|
spec:
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: docker-registry.lan.mnl.de
|
# Defaults:
|
||||||
path: vmoperator/org.jdrupes.vmoperator.runner.qemu-arch
|
# repository: ghcr.io
|
||||||
|
# path: mnlipp/org.jdrupes.vmoperator.runner.qemu-arch
|
||||||
|
# version: latest
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
vm:
|
vm:
|
||||||
|
|
@ -16,8 +19,8 @@ spec:
|
||||||
currentRam: "4 GiB"
|
currentRam: "4 GiB"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- tap:
|
- tap: {}
|
||||||
mac: "00:16:3e:33:59:10"
|
|
||||||
disks:
|
disks:
|
||||||
- volumeClaimTemplate:
|
- volumeClaimTemplate:
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue