changed URL

This commit is contained in:
maximilian.bartz 2025-07-30 13:52:24 +02:00
parent 5f1f60b786
commit 13b6e6f3ae
3 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ spec:
"type": "static", "type": "static",
"addresses": [ "addresses": [
{ {
"address": "172.168.100.2/24", "address": "172.168.100.0/24",
"gateway": "172.168.100.1" "gateway": "172.168.100.1"
} }
] ]

View file

@ -12,7 +12,7 @@ spec:
"type": "static", "type": "static",
"addresses": [ "addresses": [
{ {
"address": "192.168.10.100/24", "address": "192.168.10.0/24",
"gateway": "192.168.10.1" "gateway": "192.168.10.1"
} }
] ]

View file

@ -10,7 +10,7 @@ spec:
spec: spec:
source: source:
http: http:
url: http://nginx.demo.svc.cluster.local:8080/windows-server-2022-uefi-ns.qcow2 url: "https://glacier-1.kvant.cloud/ocp-virt-images/sources/windows-server-2022-uefi-ns.qcow2"
storage: storage:
resources: resources:
requests: requests:
@ -18,7 +18,7 @@ spec:
sourceRef: sourceRef:
kind: DataSource kind: DataSource
name: win2k22 name: win2k22
namespace: kubevirt-os-images namespace: openshift-virtualization-os-images
runStrategy: Always runStrategy: Always
template: template:
metadata: metadata: