Unverified Commit d6e9e726 authored by VISHNUDAS's avatar VISHNUDAS Committed by GitHub
Browse files

ml-reports private nginx route added (#3555)

Showing with 6 additions and 0 deletions
+6 -0
......@@ -253,6 +253,12 @@ data:
proxy_http_version 1.1;
proxy_pass $target;
}
location /ml-reports/ {
set $target http://ml-reports-service.{{ .Values.namespace }}.svc.cluster.local:3000;
rewrite ^/ml-reports/(.*) /$1 break;
proxy_http_version 1.1;
proxy_pass $target;
}
}
}
kind: ConfigMap
......
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