From 74ed53643743cc9e69483185c7d8e9b49016445e Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 27 Oct 2022 09:58:32 +0200 Subject: [PATCH] chore(helm): Removing unnecessary ingress endpoints. Signed-off-by: rjshrjndrn --- .../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: