VM-Operator/org.jdrupes.vmoperator.runner.qemu/helm-test/values.yaml

28 lines
541 B
YAML
Raw Normal View History

2023-06-10 15:26:54 +02:00
# Default values for vmrunner helm test.
image:
2023-06-11 23:03:55 +02:00
repository: ghcr.io
path: mnlipp/org.jdrupes.vmoperator.runner.qemu-arch
2023-06-10 15:26:54 +02:00
version: latest
pullPolicy: IfNotPresent
vm:
2023-06-10 15:53:53 +02:00
# machineUuid: "generated"
2023-06-10 15:26:54 +02:00
# host: "No default"
useTpm: false
firmware: "uefi"
cpuModel: "host"
maximumCpus: 4
currentCpus: 2
maximumMemory: "1G"
# currentMemory: "Optional"
rtcBase: "utc"
spicePort: 5901
disks:
- device: /dev/vg/lv
size: 40Gi
networks:
- bridge: {}
# name: br0
# mac: "Optional"
powerdownTimeout: 60