This is an automated email from the ASF dual-hosted git repository.
hanahmily 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 57463d0 Bump up BanyanDB and Add more shards
57463d0 is described below
commit 57463d02a5985861879d67dec672337de7efb59d
Author: Gao Hongtao <[email protected]>
AuthorDate: Tue Aug 20 11:13:33 2024 +0000
Bump up BanyanDB and Add more shards
---
Makefile.in | 2 +-
deploy/platform/kubernetes/values.yaml | 15 +++++++++------
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index b16a464..fd6b088 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,7 +26,7 @@ HUB ?= ghcr.io/apache/skywalking-showcase
TAG ?= $(shell git rev-parse --short HEAD)
BANYANDB_IMAGE ?= ghcr.io/apache/skywalking-banyandb
-BANYANDB_IMAGE_TAG ?= d48a810f8cca8b66d7b3b179f36090d78f46e12c
+BANYANDB_IMAGE_TAG ?= 8bcc5f9795b5ae13b3b5947df715f9bd4b3cf0eb
STORAGE_CLASS ?= ""
ES_IMAGE ?= docker.elastic.co/elasticsearch/elasticsearch-oss
diff --git a/deploy/platform/kubernetes/values.yaml
b/deploy/platform/kubernetes/values.yaml
index f02cc86..c8a8aba 100644
--- a/deploy/platform/kubernetes/values.yaml
+++ b/deploy/platform/kubernetes/values.yaml
@@ -59,6 +59,9 @@ skywalking:
SW_CORE_ENABLE_ENDPOINT_NAME_GROUPING_BY_OPENAPI: "false"
SW_CORE_MAX_HTTP_URIS_NUMBER_PER_SVR: "3000"
SW_AI_PIPELINE_URI_RECOGNITION_SERVER_PORT: "17128"
+ SW_STORAGE_BANYANDB_METRICS_SHARDS_NUMBER: "2"
+ SW_STORAGE_BANYANDB_RECORD_SHARDS_NUMBER: "2"
+ SW_STORAGE_BANYANDB_SUPERDATASET_SHARDS_FACTOR: "1"
startupProbe:
failureThreshold: 10
tcpSocket:
@@ -145,14 +148,14 @@ skywalking:
accessModes:
- ReadWriteOnce
storageClass: ~
- volumeMode: Filesystem
+ volumeMode: Filesystem
etcd:
enabled: true
auth:
rbac:
create: true
allowNoneAuthentication: false
- rootPassword: banyandb
+ rootPassword: banyandb
replicaCount: 1
persistence:
size: 5Gi
@@ -326,7 +329,7 @@ opentelemetry-collector:
clusterRole:
create: true
rules:
- - apiGroups: [ "" ]
+ - apiGroups: [""]
resources:
# @feature: kubernetes-monitor; permissions to read resources
- "endpoints"
@@ -335,7 +338,7 @@ opentelemetry-collector:
- "nodes"
- "nodes/metrics"
- "nodes/proxy"
- verbs: [ "get", "watch", "list" ]
+ verbs: ["get", "watch", "list"]
resources:
limits:
cpu: 1024m
@@ -349,7 +352,7 @@ opentelemetry-collector:
command:
name: otelcol
- extraArgs: [ "--config=/conf/config.yaml" ]
+ extraArgs: ["--config=/conf/config.yaml"]
extraVolumes:
- name: otelcol-configmap
@@ -437,7 +440,7 @@ features:
rocketmqMonitor:
enabled: false
-
+
pulsarMonitor:
enabled: false