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

liuhan 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 6b23512  Increase the request limit in backup and lifecycle (#233)
6b23512 is described below

commit 6b23512dc57f9f9bc62fd4d92a8090ffa3e274fc
Author: mrproliu <[email protected]>
AuthorDate: Mon Jan 26 15:20:45 2026 +0800

    Increase the request limit in backup and lifecycle (#233)
---
 deploy/platform/kubernetes/values.yaml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/deploy/platform/kubernetes/values.yaml 
b/deploy/platform/kubernetes/values.yaml
index 5be1d53..ab1e0cc 100644
--- a/deploy/platform/kubernetes/values.yaml
+++ b/deploy/platform/kubernetes/values.yaml
@@ -232,9 +232,9 @@ skywalking:
               resources:
                 requests:
                   - key: cpu
-                    value: 1m
+                    value: 200m
                   - key: memory
-                    value: 10Mi
+                    value: 128Mi
                 limits:
                   - key: cpu
                     value: 500m
@@ -246,9 +246,9 @@ skywalking:
               resources:
                 requests:
                   - key: cpu
-                    value: 1m
+                    value: 200m
                   - key: memory
-                    value: 10Mi
+                    value: 128Mi
                 limits:
                   - key: cpu
                     value: 500m
@@ -266,9 +266,9 @@ skywalking:
               resources:
                 requests:
                   - key: cpu
-                    value: 1m
+                    value: 200m
                   - key: memory
-                    value: 10Mi
+                    value: 128Mi
                 limits:
                   - key: cpu
                     value: 500m
@@ -280,9 +280,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