Skip to content

Commit

Permalink
Add EvalResultsService to ingress.yaml (#2644)
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov authored Mar 14, 2024
1 parent e1e193f commit 8035c66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deployment/helm/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ spec:
name: minder-grpc
port:
name: grpc
- path: /minder.v1.EvalResultsService
pathType: Prefix
backend:
service:
name: minder-grpc
port:
name: grpc
- path: /
pathType: Prefix
backend:
Expand Down

0 comments on commit 8035c66

Please sign in to comment.