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

qiuxiafan pushed a commit to branch revert-236-build/cpu
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git

commit 517ef649a31c35b30d6eb647b02c0944095380d1
Author: Fine0830 <[email protected]>
AuthorDate: Mon Jan 26 19:09:52 2026 +0800

    Revert "remove cpu limits from fodc agent (#236)"
    
    This reverts commit 545bdc4f3140055073d28ba71ab205755a99463a.
---
 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