kedare opened a new issue, #720:
URL: https://github.com/apache/apisix-helm-chart/issues/720

   Hello.
   
   I am trying to make Prometheus scrape the APISIX endpoint without success.
   
   I don't want to use the `ServiceMonitor` because it's not managed directly 
in the cluster, so basically I just need to add the annotations (done via 
`apisix.podAnnotations`) and then expose the port, which is the blocking part.
   
   It looks like there is no way to expose more ports from the pods ?
   I tried the `gateway.http.additionalContainerPorts` but then it get in 
conflicts as it's also setting up APISIX to listen on this port.
   
   I'm quite surprised to use `ServiceMonitor` that is not really standard nor 
useful for this kind of case, as all what it is setting up can be setup using 
pod annotations and would work even without dependencies installed (here I 
can't use the ServiceMonitor because the CRD is not supported)
   
   Thank you.


-- 
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]

Reply via email to