aerokube/moon-deploy

Ingress for moon-ui doesn't affect base paths for the static js resources

evra opened this issue · 2 comments

evra commented

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

evra commented

Seems to be blocked by aerokube/selenoid-ui#49

@evra yes, you are right.