Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
templates: route explicitly every Invenio endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed Aug 15, 2019
1 parent d1cfa47 commit cf2a070
Showing 1 changed file with 28 additions and 0 deletions.
Expand Up @@ -16,6 +16,34 @@ spec:
backend:
serviceName: server
servicePort: 80
- path: /oauth
backend:
serviceName: server
servicePort: 80
- path: /account
backend:
serviceName: server
servicePort: 80
- path: /lost-password
backend:
serviceName: server
servicePort: 80
- path: /confirm
backend:
serviceName: server
servicePort: 80
- path: /login
backend:
serviceName: server
servicePort: 80
- path: /logout
backend:
serviceName: server
servicePort: 80
- path: /sign-up
backend:
serviceName: server
servicePort: 80
{% if UI %}
- path: /
backend:
Expand Down

0 comments on commit cf2a070

Please sign in to comment.