File tree Expand file tree Collapse file tree
tests/e2e/testdata/affinity-toleration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33resources :
4- - vi-alpine -http.yaml
4+ - vi-ubuntu -http.yaml
Original file line number Diff line number Diff line change 22apiVersion : virtualization.deckhouse.io/v1alpha2
33kind : VirtualImage
44metadata :
5- name : vi-alpine -http
5+ name : vi-ubuntu -http
66spec :
77 storage : ContainerRegistry
88 dataSource :
99 type : HTTP
1010 http :
11- url : https://89d64382-20df-4581-8cc7-80df331f67fa.selstorage.ru/alpine/alpine-3-21-uefi-perf .qcow2
11+ url : https://89d64382-20df-4581-8cc7-80df331f67fa.selstorage.ru/ubuntu/ubuntu-24.04-minimal-cloudimg-amd64 .qcow2
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ metadata:
44 name : vd-root
55spec :
66 persistentVolumeClaim :
7- size : 512Mi
7+ size : 3700Mi
88 dataSource :
99 type : ObjectRef
1010 objectRef :
1111 kind : VirtualImage
12- name : vi-alpine -http
12+ name : vi-ubuntu -http
You can’t perform that action at this time.
0 commit comments