This is an automated email from the ASF dual-hosted git repository. mrproliu pushed a commit to branch browser-shard in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
commit eb989ee5fd6a837e4c831d1351a96a70bcc72226 Author: mrproliu <[email protected]> AuthorDate: Wed May 13 09:24:32 2026 +0800 Update browser error log shard configurations to 1 --- 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"
