From 26b6ff6dec5ab019e49bdc99e917897bf4eb2f50 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 25 Oct 2022 12:22:16 +0200 Subject: [PATCH] Revert "chore(helmcharts): blocking private endpoint" This reverts commit 0318d454554f73d287addffa6ca19177289b6b53. --- .../openreplay/charts/assist/templates/ingress.yaml | 7 ------- .../openreplay/charts/chalice/templates/ingress.yaml | 7 ------- .../openreplay/charts/peers/templates/ingress.yaml | 7 ------- 3 files changed, 21 deletions(-) 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: