Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 5d042a3

Browse files
committed
chore: add pod resources limits
The pod is running buildah inside and may require more memory than expected. Signed-off-by: Ben Oukhanov <[email protected]>
1 parent c4da467 commit 5d042a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kubevirt-disk-uploader.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ spec:
5656
key: registryHostname
5757
command: ["/usr/bin/kubevirt-disk-uploader.sh"]
5858
args: ["example-vm", "example-vm-exported:latest", "disk.img.gz"]
59+
resources:
60+
requests:
61+
memory: 512Mi
62+
limits:
63+
memory: 1Gi
5964
securityContext:
6065
capabilities:
6166
add:

0 commit comments

Comments
 (0)