From 99b25420da7aa3224e2b5ff3bcbd058733b1a556 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 15 Apr 2025 12:02:08 +0200 Subject: [PATCH] feat(assist-api): disabled ingress --- scripts/helmcharts/openreplay/charts/assist-api/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/charts/assist-api/values.yaml b/scripts/helmcharts/openreplay/charts/assist-api/values.yaml index 37800d79e..5d94a7aa1 100644 --- a/scripts/helmcharts/openreplay/charts/assist-api/values.yaml +++ b/scripts/helmcharts/openreplay/charts/assist-api/values.yaml @@ -67,7 +67,7 @@ service: metrics: 8888 ingress: - enabled: true + enabled: false className: "{{ .Values.global.ingress.controller.ingressClassResource.name }}" annotations: nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"