diff --git a/contrib/chart/backstage/templates/ingress.yaml b/contrib/chart/backstage/templates/ingress.yaml index cac9b61553..7e008c5d9d 100644 --- a/contrib/chart/backstage/templates/ingress.yaml +++ b/contrib/chart/backstage/templates/ingress.yaml @@ -74,7 +74,7 @@ spec: backend: {{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1" }} service: - name: {{ include "frontend.serviceName" . }} + name: {{ include "backend.serviceName" . }} port: number: 80 {{- else -}}