Mark Li
09/16/2022, 4:25 PMRyan Peden
09/17/2022, 1:31 PMPREFECT_ORION_UI_API_URL
environment variable in the container where Orion is running.
Set it to whatever hostname and port you use to load the UI in your web browser, and add /api
to the end of the address. So, for example, if you access the UI at <http://my-orion-instance>
, you'd set PREFECT_ORION_UI_API_URL
to <http://my-orion-instance/api>
.Mark Li
09/19/2022, 12:36 PMRyan Peden
09/19/2022, 1:08 PMMark Li
09/19/2022, 1:56 PMRyan Peden
09/20/2022, 12:54 PMMark Li
09/20/2022, 12:58 PMRyan Peden
09/22/2022, 8:10 PMPREFECT_ORION_UI_API_URL
should have worked here - it works well in Docker Compose, and I'd expect it to work the same way in k8s as well, but in your case it doesn't appear to be.Mark Li
09/23/2022, 1:40 PMRyan Peden
09/23/2022, 7:11 PM