ungleich-k8s/generic/busybox-resources-huge.yaml
2021-06-24 14:07:25 +02:00

18 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"