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

wusheng 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 5222c3a  add resource limits for fodc (#232)
5222c3a is described below

commit 5222c3ae0fe251f1cd56b7d24269322fe1af9ee6
Author: Fine0830 <[email protected]>
AuthorDate: Mon Jan 26 14:56:22 2026 +0800

    add resource limits for fodc (#232)
---
 deploy/platform/kubernetes/values.yaml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/deploy/platform/kubernetes/values.yaml 
b/deploy/platform/kubernetes/values.yaml
index 800a6e5..5be1d53 100644
--- a/deploy/platform/kubernetes/values.yaml
+++ b/deploy/platform/kubernetes/values.yaml
@@ -311,6 +311,31 @@ skywalking:
               dest: gcs://banyandb-backup/backup/cold-$(ORDINAL_NUMBER)
             restoreInitContainer:
               enabled: false
+      fodc:
+        agent:
+          resources:
+            requests:
+            - key: cpu
+              value: 1m
+            - key: memory
+              value: 10Mi
+            limits:
+            - key: cpu
+              value: 500m
+            - key: memory
+              value: 256Mi
+        proxy:
+          resources:
+            requests:
+            - key: cpu
+              value: 1m
+            - key: memory
+              value: 10Mi
+            limits:
+            - key: cpu
+              value: 500m
+            - key: memory
+              value: 256Mi
     storage:
       liaison:
         enabled: true

Reply via email to