Skip to content

Commit

Permalink
Fix servicemonitor http endpoint (#791)
Browse files Browse the repository at this point in the history
Signed-off-by: Franck Kerbiriou <[email protected]>
  • Loading branch information
FranckKe authored Aug 31, 2024
1 parent f34a98d commit 8371ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/keycloakx/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
endpoints:
- port: {{ tpl .port $ | quote }}
path: {{ tpl .path $ | quote }}
scheme: {{ .Values.http.internalScheme | lower }}
scheme: {{ $.Values.http.internalScheme | lower }}
interval: {{ .interval }}
scrapeTimeout: {{ .scrapeTimeout }}
{{- end }}
Expand Down

0 comments on commit 8371ce7

Please sign in to comment.