Skip to content

Instantly share code, notes, and snippets.

@briskgopesh
Created September 20, 2024 16:50
Show Gist options
  • Save briskgopesh/79a6623f1fde29df1444bd12d3ccbda5 to your computer and use it in GitHub Desktop.
Save briskgopesh/79a6623f1fde29df1444bd12d3ccbda5 to your computer and use it in GitHub Desktop.
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