Hi, I am deploying DataHub on minikube and i tried...
# all-things-deployment
c
Hi, I am deploying DataHub on minikube and i tried to set up ingress for datahub-frontend to expose the 9002 port to the public. I had set enabled of ingress to true in the
datahub/charts/datahub-frontend/values.yaml
file. But when i check
kubectl get ingress
, there is no resource. How can i expose the 9002 port to the public ?
e
Hey! You should set the ingress to true in the main values.yaml under datahub-frontend. Can you try that?
Also can you try running
helm template
instead of
helm upgrade
to get the yaml files generated and find the ingress portion of it?