Skip to content

Instantly share code, notes, and snippets.

@ralucas
Forked from tcdowney/ubuntu-sleep.yaml
Created July 29, 2021 15:46
Show Gist options
  • Save ralucas/94f53a2a3c0183043d11670613d86376 to your computer and use it in GitHub Desktop.
Save ralucas/94f53a2a3c0183043d11670613d86376 to your computer and use it in GitHub Desktop.
Ubuntu Sleep Pod
apiVersion: v1
kind: Pod
metadata:
name: ubuntu
labels:
app: ubuntu
spec:
containers:
- image: ubuntu
command:
- "sleep"
- "604800"
imagePullPolicy: IfNotPresent
name: ubuntu
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment