From 4f055dbfa73783c9b8264c310c954c79ae5c6b48 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 28 Nov 2023 17:04:33 +0100 Subject: [PATCH] feat(backend): added uxtesting-recording to ingress path rules --- .../helmcharts/openreplay/charts/http/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/charts/http/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/http/templates/ingress.yaml index ab2aeb2da..07585480b 100644 --- a/scripts/helmcharts/openreplay/charts/http/templates/ingress.yaml +++ b/scripts/helmcharts/openreplay/charts/http/templates/ingress.yaml @@ -57,7 +57,7 @@ spec: name: minio port: number: 9000 - path: /(minio|mobs|sessions-assets|frontend|static|sourcemaps|ios-images|records)/ + path: /(minio|mobs|sessions-assets|frontend|static|sourcemaps|ios-images|records|uxtesting-records)/ tls: - hosts: - {{ .Values.global.domainName }}