How to expose Sync Gateway admin port in helm

Is there a way to expose the sync gateway admin port through the helm chart?

Once its running you’re able to do kubectl port-forward sync-gateway-pod 4985 and see the admin page but the created service only provides the non-admin port of 4984… (as seen in kubectl describe svc sync-gateway-project)

I’m assuming my only option is to set exposeServiceType to blank and then create my own but i’d prefer if there was a value to override :smiley:

Thanks!

Brownie points if its possible to also access the name of the created service to reference elsewhere