ungleich-k8s/generic/busybox-resources-huge.yaml

19 lines
284 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: busybox-sleep-huge
spec:
containers:
- name: busybox
image: busybox
args:
- sleep
- "1000000"
resources:
requests:
memory: "40Gi"
cpu: "24"
limits:
memory: "50Gi"
cpu: "36"