Found this: Installed via Helm Chart, Now What?
By overloading some defaults in the values.yaml, I updated my deployment and changed the admin and proxy to use type “LoadBalancer” instead of “NodePort”. After that, I had to use curl -k and hit the https://:8444 as it was serving over HTTPS and has a self signed cert which required “-k” option of curl to ignore it.
After that, worked fine.