github.com/kata-containers/tests@v0.0.0-20240307153542-772105b56064/integration/kubernetes/runtimeclass_workloads/limit-range.yaml (about) 1 # 2 # Copyright (c) 2019 Intel Corporation 3 # 4 # SPDX-License-Identifier: Apache-2.0 5 # 6 apiVersion: v1 7 kind: LimitRange 8 metadata: 9 name: cpu-limit-range 10 spec: 11 limits: 12 - default: 13 cpu: 1 14 defaultRequest: 15 cpu: 0.5 16 type: Container