Skip to content

Instantly share code, notes, and snippets.

@AdeshAtole
Forked from tcdowney/ubuntu-sleep.yaml
Created November 25, 2022 09:25
Show Gist options
  • Save AdeshAtole/0cdb759f2e5d72d6a564ceb85c0cdc4f to your computer and use it in GitHub Desktop.
Save AdeshAtole/0cdb759f2e5d72d6a564ceb85c0cdc4f 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