diff --git a/templates/ingress.yaml b/templates/ingress.yaml index 731ffd7fc5dd641b753e55263e8a4a73397408dc..7c5834105893469167bc03693e9c8b03042a27f0 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -19,7 +19,7 @@ spec: - host: {{ .Values.ingress.frontendDomain }} http: paths: - - path: /{{ .Release.Namespace }}/{{ template "app.path" . }}(/|$)(.*) + - path: /{{ template "app.path" . }}(/|$)(.*) pathType: Prefix backend: service: