Skip to content

Commit

Permalink
helm: stop exposing invenio-accounts jinja views
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Jun 17, 2020
1 parent 89fe79c commit 310d161
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions helm/reana/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,6 @@ spec:
backend:
serviceName: {{ include "reana.prefix" . }}-server
servicePort: 80
- path: /account
backend:
serviceName: {{ include "reana.prefix" . }}-server
servicePort: 80
- path: /lost-password
backend:
serviceName: {{ include "reana.prefix" . }}-server
servicePort: 80
- path: /confirm
backend:
serviceName: {{ include "reana.prefix" . }}-server
servicePort: 80
- path: /login
backend:
serviceName: {{ include "reana.prefix" . }}-server
servicePort: 80
- path: /logout
backend:
serviceName: {{ include "reana.prefix" . }}-server
servicePort: 80
- path: /signup
backend:
serviceName: {{ include "reana.prefix" . }}-server
servicePort: 80
{{- if .Values.components.reana_ui.enabled }}
- path: /
backend:
Expand Down

0 comments on commit 310d161

Please sign in to comment.