From de5a87b4590bcc4b3bdaee6eeaddddae1ab59f6d Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 12 Dec 2022 13:59:41 +0100 Subject: [PATCH] chore(helm): Adding default endpoint redirects Signed-off-by: rjshrjndrn --- .../openreplay/charts/frontend/templates/ingress.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml index e22e674d6..a27fd1444 100644 --- a/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml +++ b/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml @@ -37,4 +37,12 @@ spec: port: number: {{ $svcPort }} path: /(.*) + - backend: + service: + name: frontend-openreplay + port: + number: 8080 + path: /(api|assist|ws-assist)/(private|sockets-list|sockets-live|peers)(.*) + pathType: Prefix + {{- end }}