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

qiuxiafan 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 7b4330b  Revert "remove cpu limits from fodc agent (#236)" (#237)
7b4330b is described below

commit 7b4330bd978a14cdf6e0a38b4ce26e924cb7e454
Author: Fine0830 <[email protected]>
AuthorDate: Mon Jan 26 19:10:20 2026 +0800

    Revert "remove cpu limits from fodc agent (#236)" (#237)
---
 deploy/platform/kubernetes/values.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/deploy/platform/kubernetes/values.yaml 
b/deploy/platform/kubernetes/values.yaml
index 03548be..3dc422b 100644
--- a/deploy/platform/kubernetes/values.yaml
+++ b/deploy/platform/kubernetes/values.yaml
@@ -315,8 +315,10 @@ skywalking:
         agent:
           resources:
             requests:
+              cpu: 200m
               memory: 128Mi
             limits:
+              cpu: 500m
               memory: 256Mi
         proxy:
           resources:

Reply via email to