diff --git a/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml index f5e2a3c03..f791024bb 100644 --- a/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml +++ b/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml @@ -31,5 +31,5 @@ spec: name: {{ $fullName }} port: number: {{ $socketioSvcPort }} - path: /assist/(.*) + path: /ws-assist/(.*) {{- end }}