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 56f3c26  Update requests limits for FODC (#234)
56f3c26 is described below

commit 56f3c26b5dbea703e509d78e49c26237e4f5eac5
Author: Fine0830 <[email protected]>
AuthorDate: Mon Jan 26 15:26:36 2026 +0800

    Update requests limits for FODC (#234)
---
 deploy/platform/kubernetes/values.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/deploy/platform/kubernetes/values.yaml 
b/deploy/platform/kubernetes/values.yaml
index ab1e0cc..5ef6448 100644
--- a/deploy/platform/kubernetes/values.yaml
+++ b/deploy/platform/kubernetes/values.yaml
@@ -316,9 +316,9 @@ skywalking:
           resources:
             requests:
             - key: cpu
-              value: 1m
+              value: 200m
             - key: memory
-              value: 10Mi
+              value: 128Mi
             limits:
             - key: cpu
               value: 500m
@@ -328,9 +328,9 @@ skywalking:
           resources:
             requests:
             - key: cpu
-              value: 1m
+              value: 200m
             - key: memory
-              value: 10Mi
+              value: 128Mi
             limits:
             - key: cpu
               value: 500m

Reply via email to