Skip to content

Instantly share code, notes, and snippets.

@arashkaffamanesh
Created May 15, 2019 05:51
Show Gist options
  • Save arashkaffamanesh/f3f4fdefd310a739ec192244860388db to your computer and use it in GitHub Desktop.
Save arashkaffamanesh/f3f4fdefd310a739ec192244860388db to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
run: alpine
name: alpine
spec:
replicas: 1
selector:
matchLabels:
run: alpine
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
run: alpine
spec:
containers:
- image: alpine:latest
command:
- /bin/sh
- "-c"
- "sleep 60m"
imagePullPolicy: IfNotPresent
name: alpine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment