Hello all. I have trouble when deploy prefect orion in kubernetes. I'm using helm to deploy the stack with ingress enabled. I use ingress path domain.mycompany.com/orion to orion service, but the UI still request static files (.js, .css) to domain.mycompany/<static-files> and not to domain.mycompany.com/orion/<static-files> , is that something wrong??
đź‘€ 1
Thomas Agung Santoso
08/12/2022, 7:48 AM
I have tried to build the image myself and set ORION_UI_SERVE_BASE="/orion/" in Dockerfile. the UI successfully request to domain.mycompany.com/orion/<static-files> but the UI not showing and chrome console get error.
c
Christopher Boyd
08/12/2022, 8:59 PM
What’s your ingress config look like? Your ingress controller should have a route path - it’s possible that the base path is too specific , in which case it matches your routes to orion, but not the content requests underneath it
Christopher Boyd
08/12/2022, 8:59 PM
If you have an example of your ingress config, and the routes
Christopher Boyd
08/12/2022, 9:04 PM
I don’t think you should need to be configuring or building a custom image though. Generally your ingress with a generic route to the service should be all that is required here
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.