tulequ commented on issue #502: URL: https://github.com/apache/apisix-helm-chart/issues/502#issuecomment-1621134703
I think you are missing something Most of chart support this type of config **.Values.serviceMonitor.namespace**: where to put servicemonitor **namespaceSelector.matchNames**: where to select service (it should always be namespace of the service) apisix-ingress-controller chart is use like above, but apisix chart is not Some examples: https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix-ingress-controller/templates/servicemonitor.yaml https://github.com/bitnami/charts/blob/main/bitnami/redis/templates/servicemonitor.yaml https://github.com/bitnami/charts/blob/main/bitnami/rabbitmq/templates/servicemonitor.yaml -- 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]
