From c139a1e73d49c39a5eecef699aece8b61cf4e02c Mon Sep 17 00:00:00 2001 From: Kristiyan Saparevski <kristiyan.saparevski@cleverpine.com> Date: Thu, 26 Oct 2023 14:08:16 +0000 Subject: [PATCH] Update ingress.yaml --- templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ingress.yaml b/templates/ingress.yaml index 731ffd7..7c58341 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: -- GitLab