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:
- path: /datahub
pathType: Prefix
backend:
service:
name: datahub-service
port:
number: 9002