diff --git a/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml index 60bdcbe38..bf2dfbfce 100644 --- a/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml +++ b/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml @@ -26,6 +26,13 @@ spec: - host: {{ .Values.global.domainName }} http: paths: + - pathType: Prefix + backend: + service: + name: never-to-return + port: + number: {{ $svcPort }} + path: /ws-assist/private/(.*) - pathType: Prefix backend: service: diff --git a/scripts/helmcharts/openreplay/charts/chalice/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/chalice/templates/ingress.yaml index d7ed9e591..2cfd5fa59 100644 --- a/scripts/helmcharts/openreplay/charts/chalice/templates/ingress.yaml +++ b/scripts/helmcharts/openreplay/charts/chalice/templates/ingress.yaml @@ -25,6 +25,13 @@ spec: - host: {{ .Values.global.domainName }} http: paths: + - pathType: Prefix + backend: + service: + name: never-to-return + port: + number: {{ $svcPort }} + path: /api/private/(.*) - pathType: Prefix backend: service: diff --git a/scripts/helmcharts/openreplay/charts/peers/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/peers/templates/ingress.yaml index 16e341004..c58ecd337 100644 --- a/scripts/helmcharts/openreplay/charts/peers/templates/ingress.yaml +++ b/scripts/helmcharts/openreplay/charts/peers/templates/ingress.yaml @@ -25,6 +25,13 @@ spec: - host: {{ .Values.global.domainName }} http: paths: + - pathType: Prefix + backend: + service: + name: never-to-return + port: + number: {{ $svcPort }} + path: /assist/private/(.*) - pathType: Prefix backend: service: