apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

feat: Add support for custom ports

Open kedare opened this issue 4 months ago • 3 comments

This PR add supports for custom ports without impacting the apisix configuration by itself.

It is useful to expose ports that may be exposed from specific apisix configuration like Prometheus.

This makes possible to monitor APISIX with Prometheus using only standard Kubernetes annotations and without requiring ServiceMonitor CRD support (it can also likely solve others usercases)

Fixed #720

kedare avatar Feb 12 '24 10:02 kedare