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