Commit 187493da authored by abdullh.alsoleman's avatar abdullh.alsoleman

Delete busy-box.yml

parent 8a547698
apiVersion: v1
kind: Pod
metadata:
name: busybo
namespace: jobportal
spec:
containers:
- name: busybox
image: busybox:latest
imagePullPolicy: Never # This ensures that Kubernetes does not try to pull the image from a registry
command:
- sleep
- "3600"
restartPolicy: Never
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment