Skip to content

Commit

Permalink
fix: service monitor port reference (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser authored Feb 20, 2024
1 parent 264795e commit 1a3dfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bootstrap/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ metadata:
{{- include "%[1]s.labels" . | nindent 4 }}
spec:
endpoints:
- port: {{ .Values.service.port }}
- port: http
path: {{ .Values.%[2]s.serviceMonitor.metricsPath }}
{{- with .Values.%[2]s.serviceMonitor.interval }}
interval: {{ . }}
Expand Down

0 comments on commit 1a3dfa0

Please sign in to comment.