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 }}