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 25, 2020
1 parent ac66f45 commit de6617e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Version master (UNRELEASED)
- Adds cronjob to send periodical status reports.
- Adds announcement configmap configuration to display on the UI.
- Adds Black formatter support.
- Stops exposing unused Invenio-Accounts views.

Version 0.6.1 (2020-06-09)
--------------------------
Expand Down
24 changes: 0 additions & 24 deletions helm/reana/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,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: /sign-up
backend:
serviceName: {{ include "reana.prefix" . }}-server
servicePort: 80
{{- if .Values.components.reana_ui.enabled }}
- path: /
backend:
Expand Down

0 comments on commit de6617e

Please sign in to comment.