This is an automated email from the ASF dual-hosted git repository.

liuhan 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 53e6526  Add resource limit to data cold backup container (#239)
53e6526 is described below

commit 53e6526b799c78bf10f544fd6ff8e50548b1f173
Author: mrproliu <[email protected]>
AuthorDate: Tue Jan 27 18:37:32 2026 +0800

    Add resource limit to data cold backup container (#239)
---
 deploy/platform/kubernetes/values.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/deploy/platform/kubernetes/values.yaml 
b/deploy/platform/kubernetes/values.yaml
index fe82277..b6f5dc7 100644
--- a/deploy/platform/kubernetes/values.yaml
+++ b/deploy/platform/kubernetes/values.yaml
@@ -309,6 +309,17 @@ skywalking:
             backupSidecar:
               enabled: false
               dest: gcs://banyandb-backup/backup/cold-$(ORDINAL_NUMBER)
+              resources:
+                requests:
+                  - key: cpu
+                    value: 200m
+                  - key: memory
+                    value: 128Mi
+                limits:
+                  - key: cpu
+                    value: 500m
+                  - key: memory
+                    value: 512Mi
             restoreInitContainer:
               enabled: false
       fodc:

Reply via email to