First of all many thanks for this project :)
I have NeuVector deployed within AKS with the Helm chart and the web UI being available at https://<host>:8443.
Now I wanted to use the REST API that is at disposal. However, I've seen that after applying the Service of the documentation, it exposes a secondary external IP, so the REST API runs on a different IP than the web UI; both having their LoadBalancer.
What exactly is the ideal setup to get the REST API to run on the same external IP as the web UI?
Would be awesome to have this on the documentation of the REST API page as well.
I would re-deploy it in a new namespace as a clean new setup.
Many thanks in advance