RichardSufliarsky opened a new issue, #502: URL: https://github.com/apache/apisix-helm-chart/issues/502
If you change the namespace to which ServiceMonitor is deployed (e.g. monitoring), then it will not work as it also uses same namespace for metrics collection: https://github.com/apache/apisix-helm-chart/blob/e75ea7b656d9fc5632d40db0345cb4c16f5cb7c3/charts/apisix/templates/service-monitor.yaml#L34 To fix this, the line should be: `- {{ .Release.Namespace }}` -- 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]
