Unverified Commit 5e370fdb authored by pritha-tarento's avatar pritha-tarento Committed by GitHub
Browse files

Update configmap.yaml (#3246)

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