Skip to content

Instantly share code, notes, and snippets.

@tanan
Created March 4, 2018 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanan/5a121133abc08225fb3203b07c089ae0 to your computer and use it in GitHub Desktop.
Save tanan/5a121133abc08225fb3203b07c089ae0 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: prometheus
spec:
replicas: 1
selector:
matchLabels:
app: prometheus
template:
metadata:
name: prometheus
labels:
app: prometheus
spec:
serviceAccountName: prometheus
containers:
- name: prometheus
image: prom/prometheus:v2.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment