Correct pulsar proxy prometheus.io/port annotation (#548)
This commit is contained in:
parent
ed50c68633
commit
f6b6d88847
@ -45,7 +45,7 @@ spec:
|
|||||||
component: {{ .Values.proxy.component }}
|
component: {{ .Values.proxy.component }}
|
||||||
annotations:
|
annotations:
|
||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: "true"
|
||||||
prometheus.io/port: "{{ .Values.proxy.ports.http }}"
|
prometheus.io/port: "{{ .Values.proxy.ports.containerPorts.http }}"
|
||||||
{{- if .Values.proxy.restartPodsOnConfigMapChange }}
|
{{- if .Values.proxy.restartPodsOnConfigMapChange }}
|
||||||
checksum/config: {{ include (print $.Template.BasePath "/proxy-configmap.yaml") . | sha256sum }}
|
checksum/config: {{ include (print $.Template.BasePath "/proxy-configmap.yaml") . | sha256sum }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user