Skip to content

Commit

Permalink
Update Release prometheus to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Donyintao committed Mar 27, 2019
1 parent 4836910 commit 4c26ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prometheus-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: prometheus
namespace: monitoring
namespace: kube-system
spec:
replicas: 1
selector:
Expand All @@ -16,7 +16,7 @@ spec:
serviceAccountName: prometheus
containers:
- name: prometheus
image: prom/prometheus:v2.1.0
image: prom/prometheus:v2.8.0
args:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--storage.tsdb.path=/prometheus/data'
Expand Down Expand Up @@ -48,7 +48,7 @@ apiVersion: v1
kind: Service
metadata:
name: prometheus
namespace: monitoring
namespace: kube-system
annotations:
prometheus.io/scrape: 'true'
spec:
Expand Down

0 comments on commit 4c26ab6

Please sign in to comment.