From 57713238005ce9c202c78e486dc2b75b99333f8f Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 4 Apr 2025 16:13:03 +0200 Subject: [PATCH] feat(assist): temporary changed the default assist path --- .../helmcharts/openreplay/charts/assist/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml index 41436c679..5b7feef65 100644 --- a/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml +++ b/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml @@ -52,5 +52,5 @@ spec: name: {{ $fullName }} port: number: {{ $socketioSvcPort }} - path: /ws-assist/(.*) + path: /ws-assist-old/(.*) {{- end }}