-
Notifications
You must be signed in to change notification settings - Fork 693
New issue
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
Run Litmus behind reverse-proxy #3323
Comments
Hi @dorroddorrod, currently, it is possible to run the frontend in a "/litmuschaos" path. You just need to replace frontend's docker image with Please note, only "/litmuschaos" path is possible with this image. |
Cool ! thanks for the quick response :) |
@rajdas98 After changing the default image to ***@IL-C02FF8LHMD6P ~ % kubectl logs -f subscriber-6cb89f4d97-r2vcl -n litmus
time="2021-11-04T12:08:37Z" level=info msg="Go Version: go1.16.9"
time="2021-11-04T12:08:37Z" level=info msg="Go OS/Arch: linux/amd64"
time="2021-11-04T12:08:37Z" level=info msg="all deployments up"
time="2021-11-04T12:08:37Z" level=info msg="all components live...starting up subscriber"
time="2021-11-04T12:08:37Z" level=fatal msg="failed to parse cluster confirm data" data="<html>\r\n<head><title>405 Not Allowed</title></head>\r\n<body>\r\n<center><h1>405 Not Allowed</h1></center>\r\n<hr><center>nginx/1.18.0</center>\r\n</body>\r\n</html>\r\n" error="invalid character '<' looking for beginning of value" Any idea's ? |
Hi,
|
This is still an issue - is the base URL configurable? I see that litmuschaos/litmusportal-frontend-path-litmuschaos is still being pushed but as of v3.11.0 it is identical to the normal version. |
Question
Hi,
I would like to deploy Litmus in one of my EKS clusters,
All of my infra applications run's on the same domain but different path (
www.example.com/<<app>>
) by using nginx-ingress controllerWhen trying to load Litmus, the frontend app is trying to get static content from
www.example.com/
and i would like to know if there is a way to setBaseURL
to Litmus to load the client with/litmus
. (something like this https://argoproj.github.io/argo-workflows/argo-server/#base-href)The text was updated successfully, but these errors were encountered: