From 33d13e0de5b4ed53171f400d906bbbfcdbf1edb5 Mon Sep 17 00:00:00 2001 From: Stefan Hauffe <stefan.hauffe@mgm-tp.com> Date: Thu, 19 Dec 2024 10:29:15 +0100 Subject: [PATCH] OZG-7324: Attempt to change alfa Ingress to /api --- src/main/helm/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/helm/templates/ingress.yaml b/src/main/helm/templates/ingress.yaml index b82457c910..6a876471e8 100644 --- a/src/main/helm/templates/ingress.yaml +++ b/src/main/helm/templates/ingress.yaml @@ -50,7 +50,7 @@ spec: port: number: 8080 name: {{ .Release.Name }} - path: '' + path: '/api' pathType: ImplementationSpecific host: {{ include "app.baseDomain" . }} tls: -- GitLab