Skip to content

Commit

Permalink
Add the InviteService to ingress.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
  • Loading branch information
rdimitrov committed Jun 14, 2024
1 parent 382b21e commit 041188f
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 @@ -101,6 +101,13 @@ spec:
name: minder-grpc
port:
name: grpc
- path: /minder.v1.InviteService
pathType: Prefix
backend:
service:
name: minder-grpc
port:
name: grpc
- path: /
pathType: Prefix
backend:
Expand Down

0 comments on commit 041188f

Please sign in to comment.