Skip to content

Commit

Permalink
Updated Prometheus template to account for new config parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sabre1041 authored and smarterclayton committed Jul 4, 2017
1 parent a6d14be commit 641a624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/prometheus/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ objects:

- name: prometheus
args:
- -storage.tsdb.retention=6h
- -config.file=/etc/prometheus/prometheus.yml
- -web.listen-address=localhost:9090
- --storage.tsdb.retention=6h
- --config.file=/etc/prometheus/prometheus.yml
- --web.listen-address=localhost:9090
image: ${IMAGE_PROMETHEUS}
imagePullPolicy: IfNotPresent
volumeMounts:
Expand Down

0 comments on commit 641a624

Please sign in to comment.