Skip to content

Commit

Permalink
moving mlworkbench from swarm to k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhanc committed Nov 9, 2020
1 parent bfa9e79 commit f8b2ce5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ data:
rewrite ^/program/(.*) /$1 break;
proxy_pass http://program-service:6000;
}
location /mlworkbench/ {
rewrite ^/mlworkbench/(.*) /$1 break;
proxy_pass http://mlworkbench-service:6000;
}
}
}
kind: ConfigMap
Expand Down

0 comments on commit f8b2ce5

Please sign in to comment.