Hey everyone, we want to run the datahub frontend...
# all-things-deployment
g
Hey everyone, we want to run the datahub frontend on the URL https://<<dns-name>>*/datahub* Can someone help me to setup the ingress so this can work out? We tried setting up our own ingress which defines the /datahub path to point to our datahub-frontend which is running in a kubernetes cluster. When doing this, we get the following error message: Ingress config looks like this:
Copy code
- path: /datahub
	pathType: Prefix
	backend:
	  service:
		name: datahub-service
		port:
		  number: 9002
a
Hi, can you still hit the frontend directly? Is there a reason you can’t forward to that address when someone goes to the /datahub endpoint?
l
Hi, could you show ingress that you have used?