Skip to content

Commit

Permalink
fix(chart): ServiceMonitor port name
Browse files Browse the repository at this point in the history
  • Loading branch information
simonostendorf committed Jun 26, 2024
1 parent 1810018 commit d8e7bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm-chart/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
matchLabels:
{{- include "exporter.selectorLabels" . | nindent 6 }}
endpoints:
- port: metrics
- port: http
scheme: "http"
{{- if .Values.serviceMonitor.interval }}
interval: {{ .Values.serviceMonitor.interval }}
Expand Down

0 comments on commit d8e7bcd

Please sign in to comment.