From 77ae0cac0e6d845960710c7176bce73d61b8f99e Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 4 Apr 2025 16:18:19 +0200 Subject: [PATCH] Revert "feat(assist): temporary changed the default assist path" This reverts commit 57713238005ce9c202c78e486dc2b75b99333f8f. --- .../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 5b7feef65..41436c679 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-old/(.*) + path: /ws-assist/(.*) {{- end }}