k8s-samples/CKA_Course/pods/resources/requests.yaml

13 lines
234 B
YAML
Raw Permalink Normal View History

2022-08-17 02:59:58 +00:00
apiVersion: v1
kind: Pod
metadata:
name: my-pod
spec:
containers:
- name: busybox
image:busybox
resources:
requests:
cpu: "250m" # 250 milliCPU = 1/4 CPU
memory: "128Mi" # 128 mebibytes