8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
16 lines
258 B
YAML
16 lines
258 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: busybox0
|
|
labels:
|
|
app: busybox0
|
|
status: replaced
|
|
spec:
|
|
containers:
|
|
- image: busybox
|
|
command:
|
|
- sleep
|
|
- "3600"
|
|
imagePullPolicy: IfNotPresent
|
|
name: busybox
|
|
restartPolicy: Always
|