Skip to content

Commit

Permalink
Merge 648fda4 into e727c35
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Jun 17, 2020
2 parents e727c35 + 648fda4 commit 9420619
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 @@ -17,6 +17,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.0 (2019-12-27)
--------------------------
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 @@ -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: /sign-up
backend:
serviceName: {{ include "reana.prefix" . }}-server
servicePort: 80
{{- if .Values.components.reana_ui.enabled }}
- path: /
backend:
Expand Down

0 comments on commit 9420619

Please sign in to comment.