Skip to content

Commit

Permalink
Set Binder ingress service port to 80
Browse files Browse the repository at this point in the history
The targetPort in the container is default 8585, but the service port is
hard-coded in the template to 80.
  • Loading branch information
rochaporto committed Oct 25, 2019
1 parent a168d06 commit 2324445
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 2324445

Please sign in to comment.