Skip to content

Instantly share code, notes, and snippets.

@devx
Created May 15, 2019 18:47
Show Gist options
  • Save devx/298b6511220d74faa8344a32ffc5ef8d to your computer and use it in GitHub Desktop.
Save devx/298b6511220d74faa8344a32ffc5ef8d to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: dm
spec:
replicas: 1
selector:
matchLabels:
app: pause
template:
metadata:
labels:
app: pause
spec:
containers:
- name: pause
image: k8s.gcr.io/pause
securityContext:
privileged: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment