Skip to content

Instantly share code, notes, and snippets.

@azalio
Created November 19, 2020 08:18
Show Gist options
  • Save azalio/b346c20bc9227179ffc97817dded7800 to your computer and use it in GitHub Desktop.
Save azalio/b346c20bc9227179ffc97817dded7800 to your computer and use it in GitHub Desktop.
---
apiVersion: v1
kind: Pod
metadata:
name: busybox
labels:
app: busybox
spec:
containers:
- image: busybox
command:
- sleep
- "36000"
imagePullPolicy: IfNotPresent
name: busybox
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment