Skip to content

Commit 95e023e

Browse files
authored
Merge pull request #988 from rochaporto/ingressport
Set Binder ingress service port to 80
2 parents 9fb6d3f + 2324445 commit 95e023e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-chart/binderhub/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
- path: /
2222
backend:
2323
serviceName: binder
24-
servicePort: 8585
24+
servicePort: 80
2525
{{- end }}
2626
{{- if and .Values.ingress.https.enabled (eq .Values.ingress.https.type "kube-lego") }}
2727
tls:

0 commit comments

Comments
 (0)