ungleich-k8s/generic/busybox-sleep.yaml

12 lines
152 B
YAML
Raw Normal View History

2021-06-04 12:26:03 +00:00
apiVersion: v1
kind: Pod
metadata:
name: busybox-sleep
spec:
containers:
- name: busybox
image: busybox
args:
- sleep
- "1000000"