diff --git a/helm/templates/ingress.yaml b/helm/templates/ingress.yaml index 0e43461e..3c27109a 100644 --- a/helm/templates/ingress.yaml +++ b/helm/templates/ingress.yaml @@ -16,5 +16,5 @@ spec: paths: - path: / backend: - serviceName: nginx + serviceName: {{ .Release.Name }}-nginx servicePort: 8888