From 0318d454554f73d287addffa6ca19177289b6b53 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 24 Oct 2022 17:10:46 +0200 Subject: [PATCH] chore(helmcharts): blocking private endpoint --- .../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 insertions(+) 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: