marquez
marquez copied to clipboard
Allow to Serve UI and API at a subpath.
Can the base/root path be set so that the app can be served from a subpath?
like
https://mymarquez.app.com/lineage/api/*
https://mymarquez.app.com/lineage/ui/*
Just a nginx rewrite like the below does not seem to work
/lineage(/|$)(.*)
nginx.ingress.kubernetes.io/rewrite-target /$2
Thanks!
Thanks for opening your first issue in the Marquez project! Please be sure to follow the issue template!