Merge "Bump haproxy_exporter version from v0.7.1 to v0.8.0"

This commit is contained in:
Zuul 2017-12-14 13:29:31 +00:00 committed by Gerrit Code Review
commit 12f79c88fd
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ pod-http-termination:
all:
haproxy_python_termination: true
haproxy_image_tag: 3.0.2
haproxy_prometheus_image_full: "prom/haproxy-exporter:v0.7.1"
haproxy_prometheus_image_full: "prom/haproxy-exporter:v0.8.0"
grace_period_seconds: 172800
stateful-service:

View File

@ -133,7 +133,7 @@ spec:
- name: exporter
image: {{ include "haproxy_prometheus_image_full" . | quote }}
imagePullPolicy: {{ $imagePullPolicy | quote }}
command: [haproxy_exporter, "-haproxy.scrape-uri=unix:/haproxy/haproxy.sock", "-web.listen-address=:{{ $localVals.prometheusPort}}"]
command: [haproxy_exporter, "--haproxy.scrape-uri=unix:/haproxy/haproxy.sock", "--web.listen-address=:{{ $localVals.prometheusPort}}"]
volumeMounts:
- mountPath: /haproxy
name: socket