diff --git a/templates/ingress.yaml b/templates/ingress.yaml index accad3f..434a0f1 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -33,7 +33,7 @@ spec: - path: {{ default "/" .path }} backend: serviceName: "{{ template "fullname" $ }}"-http - servicePort: {{ .Values.service.http.port }} + servicePort: {{ $.Values.service.http.port }} {{- end }} {{- if .Values.ingress.tls }} tls: