From 7c6a52aa733a4a6cedf5ac499f7095f3110184b7 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 15 Apr 2025 09:29:59 +0200 Subject: [PATCH] feat(assist-api): fixed the port number --- 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 98f4a4ac9..cd93dba51 100644 --- a/scripts/helmcharts/openreplay/charts/assist-api/values.yaml +++ b/scripts/helmcharts/openreplay/charts/assist-api/values.yaml @@ -47,7 +47,7 @@ podSecurityContext: service: type: ClusterIP ports: - http: 9000 + http: 8080 metrics: 8888 serviceMonitor: