Skip to content

Commit

Permalink
[stable/elasticsearch-exporter] Add scheme to the ServiceMonitor. Can…
Browse files Browse the repository at this point in the history
…not fetch metrics from exporter if prometheus has a different default scheme. (helm#11421)

Signed-off-by: Tomasz Nocoń <[email protected]>
  • Loading branch information
tomnocon authored and k8s-ci-robot committed Feb 20, 2019
1 parent 5823251 commit 0d99110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/elasticsearch-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
honorLabels: true
port: "{{ .Values.service.httpPort }}"
path: {{ .Values.web.path }}
scheme: http
jobLabel: "{{ .Release.Name }}"
selector:
matchLabels:
Expand Down

0 comments on commit 0d99110

Please sign in to comment.