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 ad6aa0a  Bump BanyanDB and add resource limit to data nodes
ad6aa0a is described below

commit ad6aa0a6ec2401d9982a81f1acfa939dcedfbc9b
Author: Gao Hongtao <[email protected]>
AuthorDate: Fri Dec 13 00:49:54 2024 +0000

    Bump BanyanDB and add resource limit to data nodes
    
    Signed-off-by: Gao Hongtao <[email protected]>
---
 Makefile.in                            |  2 +-
 deploy/platform/kubernetes/values.yaml | 17 ++++++++++++++---
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 25c9aee..0391431 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 ?= 05cf5e1426e0b3926819c2272497923cd705f72b
+BANYANDB_IMAGE_TAG ?= 8569c816b1448f2c20df7b3719c2987b2f8b8d99
 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 fd6ec72..9e22fbf 100644
--- a/deploy/platform/kubernetes/values.yaml
+++ b/deploy/platform/kubernetes/values.yaml
@@ -59,9 +59,6 @@ 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:
@@ -134,6 +131,20 @@ skywalking:
           type: ClusterIP
       data:
         replicas: 2
+        env:
+          - name: GOMEMLIMIT
+            value: "3GiB"
+        resources:
+          requests:
+            - key: cpu
+              value: 100m
+            - key: memory
+              value: 1Gi
+          limits:
+            - key: cpu
+              value: 4
+            - key: memory
+              value: 4Gi
     storage:
       enabled: true
       persistentVolumeClaims:

Reply via email to