From dec9f8a8cf94432bcfff53f0ec8a2701ffd2a109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E7=86=B1?= Date: Wed, 30 Oct 2024 16:35:19 +0800 Subject: [PATCH] chore: update repository (#164) Co-authored-by: GitHub Actions --- charts/collaboration-server/values.yaml | 2 +- charts/universer/values.yaml | 2 +- docker-compose/.env | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/collaboration-server/values.yaml b/charts/collaboration-server/values.yaml index c9a995d..3fe6d53 100644 --- a/charts/collaboration-server/values.yaml +++ b/charts/collaboration-server/values.yaml @@ -71,4 +71,4 @@ affinity: {} istio: enabled: false -stats: "https://www.univer.ai/univer-cloud/stats/report" +stats: "" diff --git a/charts/universer/values.yaml b/charts/universer/values.yaml index 332d160..c823949 100644 --- a/charts/universer/values.yaml +++ b/charts/universer/values.yaml @@ -36,7 +36,7 @@ service: http: 8000 grpc: 9000 stats: - addr: "https://www.univer.ai/univer-cloud/stats/report" + addr: "" ingress: enabled: false diff --git a/docker-compose/.env b/docker-compose/.env index 9933f6e..84f1675 100644 --- a/docker-compose/.env +++ b/docker-compose/.env @@ -120,4 +120,4 @@ USIP_URI_COLLABORATORS= #stats # If you want not to report stats, comment the following line -STATS_ADDR=https://www.univer.ai/univer-cloud/stats/report \ No newline at end of file +STATS_ADDR= \ No newline at end of file