infrapuzzle/k8s/busybox.yaml

29 lines
491 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: busybox
name: busybox
spec:
replicas: 1
selector:
matchLabels:
app: busybox
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: busybox
spec:
containers:
- image: busybox
name: busybox
resources: {}
command:
- "sleep"
- "3600"
stdin: true
tty: true