We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3ffece + b59dfe5 commit 0e05ef5Copy full SHA for 0e05ef5
chart/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: dnsbl-exporter
3
description: A Helm chart to run dnsbl-exporter on Kubernetes
4
type: application
5
-version: 0.2.3
+version: 0.2.4
6
appVersion: "v0.9.0"
7
home: https://github.com/Luzilla/dnsbl_exporter
8
sources:
chart/templates/servicemonitor.yaml
@@ -15,8 +15,8 @@ spec:
15
- port: svc-9211
16
scheme: "http"
17
path: "/metrics"
18
- interval: {{ .interval }}
19
- scrapeTimeout: {{ .scrapeTimeout }}
+ interval: {{ .Values.serviceMonitor.interval }}
+ scrapeTimeout: {{ .Values.serviceMonitor.scrapeTimeout }}
20
jobLabel: "{{ template "dnsbl-exporter.fullname" $ }}"
21
selector:
22
matchLabels:
0 commit comments