apache / apisix-helm-chart

Apache APISIX Helm Chart
https://apisix.apache.org/
Apache License 2.0
232 stars 209 forks source link

Fix Control Ingress Creation #783

Open alfredopalhares opened 1 month ago

alfredopalhares commented 1 month ago

By default if you enable ingress for the control api the chart breaks, its checking bad place for the servicePort.

This fixes that, and add tests with helm- unittest, it currently only tests this exact situation, since i dont know if its something that the maintainers want. I can add more unitttest if you want.

Regards, Alfredo Palhares