mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-12 18:46:35 +00:00
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>
21 lines
400 B
YAML
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"
|