Skip to content

Commit

Permalink
Standardizing on fedora image w/ 1Gi mem request
Browse files Browse the repository at this point in the history
Signed-off-by: jeniferh <[email protected]>
  • Loading branch information
jeniferh committed Feb 12, 2025
1 parent 41f0a2c commit f81e2e0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions cmd/config/virt-density/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@ apiVersion: kubevirt.io/v1
kind: VirtualMachine
metadata:
name: virt-density-{{.Iteration}}
labels:
kubevirt.io/os: cirros
spec:
runStrategy: Always
template:
metadata:
labels:
kubevirt.io/os: cirros
kubevirt.io/os: fedora
spec:
terminationGracePeriodSeconds: 0
domain:
resources:
requests:
memory: 32Mi
memory: 1Gi
devices:
disks:
- name: containerdisk
Expand All @@ -30,7 +28,7 @@ spec:
volumes:
- name: containerdisk
containerDisk:
image: quay.io/rsevilla/cirros:0.6.3
image: quay.io/openshift-cnv/qe-cnv-tests-fedora:40
imagePullPolicy: IfNotPresent
- name: cloudinitdisk
cloudInitNoCloud:
Expand Down

0 comments on commit f81e2e0

Please sign in to comment.