From abe43b86d92a508a41d1d4e44ab907c88cd2cef8 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Wed, 2 Aug 2023 14:07:37 +0200 Subject: [PATCH] Towards a generic example. --- deploy/test-vm.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/deploy/test-vm.yaml b/deploy/test-vm.yaml index 40c302d..3cb8898 100644 --- a/deploy/test-vm.yaml +++ b/deploy/test-vm.yaml @@ -4,9 +4,12 @@ metadata: namespace: qemu-vms name: test-vm spec: + image: - repository: docker-registry.lan.mnl.de - path: vmoperator/org.jdrupes.vmoperator.runner.qemu-arch + # Defaults: + # repository: ghcr.io + # path: mnlipp/org.jdrupes.vmoperator.runner.qemu-arch + # version: latest pullPolicy: Always vm: @@ -16,8 +19,8 @@ spec: currentRam: "4 GiB" networks: - - tap: - mac: "00:16:3e:33:59:10" + - tap: {} + disks: - volumeClaimTemplate: metadata: