Skip to content

Commit

Permalink
Correct pulsar proxy prometheus.io/port annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-ba committed Nov 11, 2024
1 parent ed50c68 commit 76ea871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pulsar/templates/proxy-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
component: {{ .Values.proxy.component }}
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "{{ .Values.proxy.ports.http }}"
prometheus.io/port: "{{ .Values.proxy.ports.containerPorts.http }}"
{{- if .Values.proxy.restartPodsOnConfigMapChange }}
checksum/config: {{ include (print $.Template.BasePath "/proxy-configmap.yaml") . | sha256sum }}
{{- end }}
Expand Down

0 comments on commit 76ea871

Please sign in to comment.