Hello, we have deployed datahubl latest chart in A...
# all-things-deployment
a
Hello, we have deployed datahubl latest chart in AKS and works fine. we are configuring ingress for datahub-frontend through nginx ingress controller using the below YAML: ingress: enabled: true annotations: kubernetes.io/ingress.class: "nginx" nginx.ingress.kubernetes.io/cors-allow-headers: Content-Type nginx.ingress.kubernetes.io/cors-allow-methods: GET, POST, OPTIONS nginx.ingress.kubernetes.io/cors-allow-origin: '_'_ nginx.ingress.kubernetes.io/enable-cors: "true" nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/rewrite-target: "/$2" hosts: _- host: x_xx.com paths: - /hub(/|$)(.) # redirectPaths: # - path: /hub(/|$)(.) tls: - secretName: xxx-secret hosts: - xxx.com but the context path is not working as we are getting 200 response but page is not loading. there are two arguments in ingress, PATH and REDIRECT_PATH. can someone suggest how configuring these both?
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: 1️⃣ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? 2️⃣ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues?
a
you may need to configure a port on the host
a
@astonishing-answer-96712 yes we have configured the port 9002 on port 80. but still same issue
a
Sometimes we see issues with configuring a different port than 8080, is that already in use?