We'll set cpu request of 10m, and memory request of 100Mi, similar to cli-downloads image, which is based on nginx as well.
Verified against v4.11.0-426: [cnv-qe-jenkins@c01-dbn-411-h54s6-executor ~]$ kubectl get pod kubevirt-plugin-56964467bd-p4mdd -n openshift-cnv -o json | jq ".spec.containers[0]" { "image": "registry.redhat.io/container-native-virtualization/kubevirt-console-plugin@sha256:b83184eb3aaae56b9f164366d7913d71cc8ba89c78b0f84c034ed2d66e52b7d3", "imagePullPolicy": "Always", "name": "kubevirt-plugin", "ports": [ { "containerPort": 9443, "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "100Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000700000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/serving-cert", "name": "plugin-serving-cert", "readOnly": true }, { "mountPath": "/etc/nginx/nginx.conf", "name": "nginx-conf", "readOnly": true, "subPath": "nginx.conf" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-x8t5l", "readOnly": true } ] } [cnv-qe-jenkins@c01-dbn-411-h54s6-executor ~]$
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Virtualization 4.11.0 Images security and bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:6526