Skip to content

Commit

Permalink
Update chaoscenter/manifests/litmus-installation.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant Shrotria <[email protected]>
  • Loading branch information
Jonsy13 authored Jul 10, 2024
1 parent 2b6d8c1 commit 7706c0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chaoscenter/manifests/litmus-installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ data:
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass "https://litmusportal-auth-server-service:9005/";
proxy_ssl_certificate /etc/tls/client-cert.pem;
proxy_ssl_certificate_key /etc/tls/client-key.pem;
}
location /api/ {
Expand Down

0 comments on commit 7706c0c

Please sign in to comment.