From 232444543e714edec62e57d6d329c2a503776b46 Mon Sep 17 00:00:00 2001 From: Ricardo Rocha Date: Fri, 25 Oct 2019 15:25:24 +0200 Subject: [PATCH] Set Binder ingress service port to 80 The targetPort in the container is default 8585, but the service port is hard-coded in the template to 80. --- helm-chart/binderhub/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/binderhub/templates/ingress.yaml b/helm-chart/binderhub/templates/ingress.yaml index d5261144d..66f58156d 100644 --- a/helm-chart/binderhub/templates/ingress.yaml +++ b/helm-chart/binderhub/templates/ingress.yaml @@ -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: