[stable/elasticsearch-exporter] Add scheme to the ServiceMonitor. Cannot fetch metrics from exporter if prometheus has a different default scheme. (#11421)

Signed-off-by: Tomasz Nocoń <tnocon@novomatic-tech.com>
This commit is contained in:
Tomasz Nocoń
2019-02-20 06:51:17 -08:00
committed by Kubernetes Prow Robot
parent 5823251a82
commit 0d99110283
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Elasticsearch stats exporter for Prometheus
name: elasticsearch-exporter
version: 1.1.1
version: 1.1.2
appVersion: 1.0.2
home: https://github.com/justwatchcom/elasticsearch_exporter
sources:
@@ -18,6 +18,7 @@ spec:
honorLabels: true
port: "{{ .Values.service.httpPort }}"
path: {{ .Values.web.path }}
scheme: http
jobLabel: "{{ .Release.Name }}"
selector:
matchLabels: