Files
Fabiano Fidêncio cda6c8c6e0 tests: raise k8s memory/QoS pod limits for TEE runtime-rs CI
Increase memory request/limit values used by k8s memory and QoS
integration workloads so SNP/TDX static-sized sandboxes boot reliably
under the new sizing defaults.

Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
2026-06-11 22:03:36 +02:00

21 lines
400 B
YAML

#
# Copyright (c) 2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
apiVersion: v1
kind: Pod
metadata:
name: burstable-test
spec:
runtimeClassName: kata
containers:
- name: qos-burstable
image: quay.io/prometheus/busybox:latest
command: ["/bin/sh", "-c", "tail -f /dev/null"]
resources:
limits:
memory: "800Mi"
requests:
memory: "600Mi"