moon-deploy
moon-deploy copied to clipboard
Ingress for moon-ui doesn't affect base paths for the static js resources
I'v used the helm chart to install the moon. I used /moon-ui
as an ingress path. It works and the index.html can be loaded from /moon-ui/index.html
but it has no effect on paths to the static resources in the React app. For example the compiled source is loaded from
https://minikube.infra/static/js/2.e94fd302.chunk.js
instead of https://minikube.infra/moon-ui/static/js/2.e94fd302.chunk.js
Seems to be blocked by https://github.com/aerokube/selenoid-ui/issues/49
@evra yes, you are right.