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 f8b2ce5 commit 1a8a110
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ data:
}
location /mlworkbench/ {
rewrite ^/mlworkbench/(.*) /$1 break;
proxy_pass http://mlworkbench-service:6000;
proxy_pass http://mlworkbench-service:3579;
}
}
}
Expand Down

0 comments on commit 1a8a110

Please sign in to comment.