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 545bdc4  remove cpu limits from fodc agent (#236)
545bdc4 is described below

commit 545bdc4f3140055073d28ba71ab205755a99463a
Author: Fine0830 <[email protected]>
AuthorDate: Mon Jan 26 16:58:45 2026 +0800

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

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

Reply via email to