We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reportportal
OpenShift
Loading...
The text was updated successfully, but these errors were encountered:
Hi! Please check the status of the pods. If you see "Loading" instead of the homepage, it indicates that the API service has not started properly.
Sorry, something went wrong.
@dushyantRathore I use a traefik pod as a gateway in OpenShift, and it works. Here is the traefik config you can use (update the URLs at the bottom:
http: middlewares: strip-ui: stripPrefix: prefixes: - "/ui" forceSlash: false routers: index-router: rule: "Path(`/`)" service: "index" composite-router: rule: "Path(`/composite/info`)" service: "index" ui-router: rule: "PathPrefix(`/ui`)" middlewares: - strip-ui service: "ui" uat-router: rule: "PathPrefix(`/uat`)" service: "uat" api-router: rule: "PathPrefix(`/api`)" service: "api" services: uat: loadBalancer: servers: - url: "http://{UAT SERVICE NAME}:9999/" index: loadBalancer: servers: - url: "http://{INDEX SERVICE NAME}:8080/" api: loadBalancer: servers: - url: "http://{API SERVICE NAME}:8585/" ui: loadBalancer: servers: - url: "http://{UI SERVICE NAME}:8080/"
@dushyantRathore , have you resolved your issue with the help of last comment?
hlebkanonik
No branches or pull requests
reportportal
onOpenShift
. I can see all the pods are in the running stateLoading...
as the output without generating the actual startup UIThe text was updated successfully, but these errors were encountered: