This is an automated email from the ASF dual-hosted git repository.
mrproliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
The following commit(s) were added to refs/heads/main by this push:
new 1b5971a Update browser error log shard configurations to 1 (#257)
1b5971a is described below
commit 1b5971a0df1847c0daa0f08ed0455c7c607b476e
Author: mrproliu <[email protected]>
AuthorDate: Wed May 13 09:38:50 2026 +0800
Update browser error log shard configurations to 1 (#257)
---
deploy/platform/kubernetes/values.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/deploy/platform/kubernetes/values.yaml
b/deploy/platform/kubernetes/values.yaml
index 9d53cfd..47536c2 100644
--- a/deploy/platform/kubernetes/values.yaml
+++ b/deploy/platform/kubernetes/values.yaml
@@ -72,6 +72,9 @@ skywalking:
SW_STORAGE_BANYANDB_LOG_TTL_DAYS: "1"
SW_STORAGE_BANYANDB_LOG_ENABLE_WARM_STAGE: "true"
SW_STORAGE_BANYANDB_LOG_ENABLE_COLD_STAGE: "true"
+ SW_STORAGE_BANYANDB_BROWSER_ERROR_LOG_SHARD_NUM: "1"
+ SW_STORAGE_BANYANDB_BROWSER_ERROR_LOG_WARM_SHARD_NUM: "1"
+ SW_STORAGE_BANYANDB_BROWSER_ERROR_LOG_COLD_SHARD_NUM: "1"
SW_STORAGE_BANYANDB_BROWSER_ERROR_LOG_TTL_DAYS: "1"
SW_STORAGE_BANYANDB_BROWSER_ERROR_LOG_ENABLE_WARM_STAGE: "true"
SW_STORAGE_BANYANDB_BROWSER_ERROR_LOG_ENABLE_COLD_STAGE: "true"