Skip to content

Commit

Permalink
Fix the modeldb ambassador route. (kubeflow#2117)
Browse files Browse the repository at this point in the history
* Fix the modeldb ambassador route.

* We should be using /modeldb not /katib now that modeldb is separate
  from /katib.

* Create an OWNERs file. Make @mpvartak (author of ModelDB and the package an approver.)

* Add newline.
  • Loading branch information
jlewi authored and k8s-ci-robot committed Dec 18, 2018
1 parent dfc8a8b commit 3693d59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions kubeflow/modeldb/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- mpvartak
reviewers:
- inc0
4 changes: 2 additions & 2 deletions kubeflow/modeldb/modeldb.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
"apiVersion: ambassador/v0",
"kind: Mapping",
"name: modeldb-mapping",
"prefix: /katib/",
"rewrite: /katib/",
"prefix: /modeldb/",
"rewrite: /modeldb/",
"method: GET",
"service: " + "modeldb-frontend." + namespace + ":3000",
]),
Expand Down

0 comments on commit 3693d59

Please sign in to comment.