Skip to content

Instantly share code, notes, and snippets.

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