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.
1 parent a457ff2 commit cae6388Copy full SHA for cae6388
helm/charts/surveyor/templates/serviceMonitor.yaml
@@ -21,6 +21,14 @@ spec:
21
{{- if .Values.serviceMonitor.scrapeTimeout }}
22
scrapeTimeout: {{ .Values.serviceMonitor.scrapeTimeout }}
23
{{- end }}
24
+ {{- with .Values.serviceMonitor.relabelings }}
25
+ relabelings:
26
+ {{- toYaml . | nindent 4 }}
27
+ {{- end }}
28
+ {{- with .Values.serviceMonitor.metricRelabelings }}
29
+ metricRelabelings:
30
31
32
selector:
33
matchLabels:
34
{{- include "surveyor.selectorLabels" . | nindent 6 }}
helm/charts/surveyor/values.yaml
@@ -52,6 +52,8 @@ serviceMonitor:
52
annotations: {}
53
# interval:
54
# scrapeTimeout:
55
+ relabelings: []
56
+ metricRelabelings: []
57
58
ingress:
59
enabled: false
0 commit comments