Skip to content

Commit

Permalink
FIX: rendering of the internal port in the serviceMonitor (#782)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc <[email protected]>
Co-authored-by: Marc <[email protected]>
  • Loading branch information
binlan and Marc authored Jul 30, 2024
1 parent 5422bea commit 19366a8
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 @@ -32,7 +32,7 @@ spec:
{{- include "keycloak.selectorLabels" $ | nindent 6 }}
app.kubernetes.io/component: http
endpoints:
- port: {{ .port }}
- port: {{ tpl .port $ | quote }}
path: {{ tpl .path $ | quote }}
interval: {{ .interval }}
scrapeTimeout: {{ .scrapeTimeout }}
Expand Down

0 comments on commit 19366a8

Please sign in to comment.