diff --git a/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml index e22e674d6..a27fd1444 100644 --- a/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml +++ b/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml @@ -37,4 +37,12 @@ spec: port: number: {{ $svcPort }} path: /(.*) + - backend: + service: + name: frontend-openreplay + port: + number: 8080 + path: /(api|assist|ws-assist)/(private|sockets-list|sockets-live|peers)(.*) + pathType: Prefix + {{- end }}