Skip to content

Commit

Permalink
Merge pull request #988 from rochaporto/ingressport
Browse files Browse the repository at this point in the history
Set Binder ingress service port to 80
  • Loading branch information
betatim authored Oct 25, 2019
2 parents 9fb6d3f + 2324445 commit 95e023e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/binderhub/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- path: /
backend:
serviceName: binder
servicePort: 8585
servicePort: 80
{{- end }}
{{- if and .Values.ingress.https.enabled (eq .Values.ingress.https.type "kube-lego") }}
tls:
Expand Down

0 comments on commit 95e023e

Please sign in to comment.