From 219d8aa91a29766b61e4667676649e7d6241edc1 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Wed, 23 Aug 2023 10:58:28 +0200 Subject: [PATCH] Use alpine for testing and also create (sw)tpm. --- dev-example/test-vm.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-example/test-vm.yaml b/dev-example/test-vm.yaml index f82c973..0cd820b 100644 --- a/dev-example/test-vm.yaml +++ b/dev-example/test-vm.yaml @@ -6,7 +6,7 @@ metadata: spec: image: repository: docker-registry.lan.mnl.de - path: vmoperator/org.jdrupes.vmoperator.runner.qemu-arch + path: vmoperator/org.jdrupes.vmoperator.runner.qemu-alpine pullPolicy: Always resources: @@ -17,6 +17,7 @@ spec: vm: # state: Running bootMenu: yes + useTpm: true maximumRam: 8Gi currentRam: 4Gi maximumCpus: 4