This is an automated email from the ASF dual-hosted git repository.
hanahmily 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 b97f902 Update resource limitation
b97f902 is described below
commit b97f9026a553c5768db1b35bbf708f2627bf3505
Author: Gao Hongtao <[email protected]>
AuthorDate: Tue May 13 00:59:42 2025 +0000
Update resource limitation
Signed-off-by: Gao Hongtao <[email protected]>
---
deploy/platform/kubernetes/values.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/deploy/platform/kubernetes/values.yaml
b/deploy/platform/kubernetes/values.yaml
index 18a68d2..f39ccea 100644
--- a/deploy/platform/kubernetes/values.yaml
+++ b/deploy/platform/kubernetes/values.yaml
@@ -191,6 +191,13 @@ skywalking:
failureThreshold: 5
readinessProbe:
enabled: false
+ resources:
+ requests:
+ cpu: 100m
+ memory: 256Mi
+ limits:
+ cpu: 2048m
+ memory: 1Gi
elasticsearch:
enabled: false