2025-10-19 21:38:51 +03:00

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