Skip to content

Commit

Permalink
helm: fix ingress sing up path
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Jun 11, 2020
1 parent 0918ab3 commit fd014ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/reana/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
backend:
serviceName: {{ include "reana.prefix" . }}-server
servicePort: 80
- path: /sign-up
- path: /signup
backend:
serviceName: {{ include "reana.prefix" . }}-server
servicePort: 80
Expand Down

0 comments on commit fd014ea

Please sign in to comment.