Fix prometheus arg in prometheus.yml

This commit is contained in:
Sam Galson 2017-12-21 13:05:19 +00:00
parent 3ee5fd156e
commit 66c03aaa4c

View file

@ -94,7 +94,7 @@ spec:
- name: prometheus
image: prom/prometheus:latest
args:
- '-config.file=/prometheus-data/prometheus.yml'
- '--config.file=/prometheus-data/prometheus.yml'
ports:
- name: prometheus
containerPort: 9090