From 69d3c9bbad75d70454f17840ab1f71e7203a0044 Mon Sep 17 00:00:00 2001 From: "maximilian.bartz" Date: Mon, 5 May 2025 17:31:27 +0200 Subject: [PATCH] wrong url --- templates/windowsserver/flavor/small.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/windowsserver/flavor/small.yaml b/templates/windowsserver/flavor/small.yaml index b90ad2d..7e72dae 100644 --- a/templates/windowsserver/flavor/small.yaml +++ b/templates/windowsserver/flavor/small.yaml @@ -77,7 +77,7 @@ objects: spec: source: http: - url: https://nginx.demo.apps.ai-2.kvant.cloud/win2022.qcow2 + url: https://nginx.demo.pub.ai-2.kvant.cloud.apps.ai-2.kvant.cloud/win2022.qcow2 pvc: accessModes: - ReadWriteOnce @@ -88,7 +88,7 @@ parameters: #- name: IMAGE_URL # description: Public or internal HTTP(S) URL to a sysprepped Windows .qcow2 image # required: true - # value: https://nginx.demo.apps.ai-2.kvant.cloud/win2022.qcow2 + # value: https://nginx.demo.pub.ai-2.kvant.cloud.apps.ai-2.kvant.cloud/win2022.qcow2 - name: PVC_SIZE description: Size of the root disk PVC required: true