cka-SVV/busybox.yaml
Alexander van Vugt 47a50a0f7c initial upload
2019-12-04 12:10:43 +01:00

15 lines
197 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: busybox2
namespace: default
labels:
app: busybox
spec:
containers:
- name: busy
image: busybox
command:
- sleep
- "3600"