Unverified Commit aca9ea4a authored by Keshav Prasad's avatar Keshav Prasad Committed by GitHub
Browse files

fix: add host header for report service internal calls (#3378)

Showing with 1 addition and 0 deletions
+1 -0
......@@ -125,6 +125,7 @@ data:
set $target http://report-service.{{ .Values.namespace }}.svc.cluster.local:3030;
rewrite ^/report/(.*) /$1 break;
proxy_http_version 1.1;
proxy_set_header Host $server_name;
proxy_pass $target;
}
location /search/ {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment