diff --git a/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml index bf2dfbfce..60bdcbe38 100644 --- a/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml +++ b/scripts/helmcharts/openreplay/charts/assist/templates/ingress.yaml @@ -26,13 +26,6 @@ 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 2cfd5fa59..d7ed9e591 100644 --- a/scripts/helmcharts/openreplay/charts/chalice/templates/ingress.yaml +++ b/scripts/helmcharts/openreplay/charts/chalice/templates/ingress.yaml @@ -25,13 +25,6 @@ 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 c58ecd337..16e341004 100644 --- a/scripts/helmcharts/openreplay/charts/peers/templates/ingress.yaml +++ b/scripts/helmcharts/openreplay/charts/peers/templates/ingress.yaml @@ -25,13 +25,6 @@ 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: