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

19 lines
284 B
YAML
Raw Normal View History

2021-06-24 12:07:25 +00:00
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"