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