-
When I deploy yatai-service behind a reverse proxy - I envision exposing a single URL with two sub-contexts.
I notice that in such a setup - calls to I am thinking there should be a way to configure a baseURL for both "webui" and "yatai".
Please let me know if there are alternative ways of getting around this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Great suggestion @jiyer2016 - this has come up a few times in the slack channel before. Unfortunately, reverse proxy with a location prefix is not currently supported in BentoML YataiService. I think the GRPC side should just work, but we need to add the URL prefix support in the YataiService's web server and web UI code. |
Beta Was this translation helpful? Give feedback.
Great suggestion @jiyer2016 - this has come up a few times in the slack channel before. Unfortunately, reverse proxy with a location prefix is not currently supported in BentoML YataiService. I think the GRPC side should just work, but we need to add the URL prefix support in the YataiService's web server and web UI code.