generated from phoenix-oss/tenant-tpl
Merge branch 'main' of https://git.kvant.cloud/phoenix-oss/tenant-demo
This commit is contained in:
commit
0e0712ea4e
5 changed files with 5 additions and 4 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -9,4 +9,4 @@ spec:
|
||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 200Gi
|
storage: 50Gi
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue