service-ui
service-ui copied to clipboard
subpath support
Hi,
I would like to run reportportal on a subpath (e.g. /reportportal). I'm using kubernetes and have other applications that need to co-exist so I can't use the root path. I can configure the ingress rules but it seems that the UI is expecting to be hosted at / Any guidance as to how I would go about configuring the service-ui to work at a subpath?
Regards
Colm A
Hello @colmaengus !
By default configuration service-ui hosted on ui
subpath, check it out on our demo env - https://demo.reportportal.io/ui/.
@Cyberglamdring Am I right?
Hi @AmsterGet, for sure each service is hosted at its own subpath but it you want to run reportportal alongside another application in the same kubernetes cluster you run into problems. If you configure the ingress to route /reportportal/ui to the ui service its almost works but the UI expects to be at / with some of the routes hardcoded as such. For example /composite/info which should be /report/composite/info
Looks like it is the same issue, as described here. I'll close this one. Please track the progress via the link mentioned above.