Closed
Description
at Earnest we use a single domain with Ambassador and diverse mapping rules to add public endpoints for our Kubernetes-hosted web applications
I'm having an issue with the front end, due to the fact that Amundsen is not at the root of the domain, and I believe I cannot support it currently because the path to static files is hardcoded in the html: example
I think I would need static to be a dynamic path where I could append /amundsen/
(I would actually like the whole web service to serve traffic only on /amundsen/
and not at /
)
Airflow uses url_for
here for example.
Then I would like the helm chart to allow me to specify the base_url