12 lines
180 B
YAML
12 lines
180 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: be-busybox
|
|
labels:
|
|
app: best-effort
|
|
spec:
|
|
containers:
|
|
- name: busybox
|
|
image: busybox:latest
|
|
command: ["sleep", "3600"]
|