mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
5823251a82
commit
0d99110283
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user