This commit is contained in:
john.leitao@phoenix-systems.ch 2025-07-30 16:18:14 +02:00
commit 0e0712ea4e
5 changed files with 5 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

@ -11,6 +11,7 @@ resources:
- windows-vm-standard-dev/ks-pvc.yaml - windows-vm-standard-dev/ks-pvc.yaml
- ubuntu-vm-1/ks.yaml - ubuntu-vm-1/ks.yaml
- ubuntu-vm-2/ks.yaml - ubuntu-vm-2/ks.yaml
- ubuntu-vm-3-john/ks.yaml
- container/ks-debug.yaml - container/ks-debug.yaml
- templates/image-server/ks-nginx.yaml - templates/image-server/ks-nginx.yaml
- templates/image-server/ks-pvc.yaml - templates/image-server/ks-pvc.yaml

View file

@ -9,4 +9,4 @@ spec:
- ReadWriteMany - ReadWriteMany
resources: resources:
requests: requests:
storage: 200Gi storage: 50Gi

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: