diff --git a/CHANGES.rst b/CHANGES.rst index 8389bd7f..3dd0e6bf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) -------------------------- diff --git a/helm/reana/templates/ingress.yaml b/helm/reana/templates/ingress.yaml index 32a422aa..27d3a8ad 100644 --- a/helm/reana/templates/ingress.yaml +++ b/helm/reana/templates/ingress.yaml @@ -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: