Skip to content

Commit

Permalink
FIX: rendering of the internal port in the serviceMonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc committed Jul 12, 2024
1 parent 5422bea commit 585d96b
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 585d96b

Please sign in to comment.