tokers commented on a change in pull request #183:
URL: https://github.com/apache/apisix-helm-chart/pull/183#discussion_r758284311
##########
File path: charts/apisix/templates/configmap.yaml
##########
@@ -226,6 +226,13 @@ data:
{{- if .Values.customPlugins.enabled }}
plugin_attr:
+ {{- if .Values.serviceMonitor.enabled }}
+ prometheus:
+ export_addr:
+ ip: 0.0.0.0
Review comment:
Maybe we can use the PodMonitor to fetch metrics, then we don't have to
export the port to the service, and at least accessors outside the cluster
cannot snoop the metrics.
--
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]