Closed
Description
Hi,
I've tried deploying Redis UI to Kubernetes Ingress and I've stumbled upon an issue running on non-root path.
When published via following definition:
- path: /redis/(.*)
backend:
serviceName: redis-ui
servicePort: 7843
The application loads on https://example.com/redis/
, but the JS and page itself still loads as https://example.com/bundle.js
.
Usually in similar docker apps, there is an environment variable that can provide the path, but I cannot find any in this project.
Is there a way to run the app on non-root path?
If there is a hint where to do the change in code, I can try doing pull request but haven't find the right place, so any hints would be welcomed too.