doug-ba opened a new issue, #547: URL: https://github.com/apache/pulsar-helm-chart/issues/547
**Describe the bug** The prometheus.io/port annotation for the proxy statefulset uses the port value for the service instead of the value for the container. If those two things are not the same (which they aren't by default), prometheus scrapes will fail. **To Reproduce** Steps to reproduce the behavior: 1. deploy pulsar proxy using the helm chart and default values in a kubernetes cluster where prometheus is configured to scrape pods based on annotations 2. Notice prometheus is trying to scrape port 80, when the pods are actually listening on port 8080 **Expected behavior** Prometheus scrap annotations should contain the port the pods are listening on, allowing them to be scraped. This is a simple fix. I'll be submitting a PR to correct it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
