This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 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 079dd9d Enlarge resources for Satellite
079dd9d is described below
commit 079dd9d9b9b6ea6d8e4cb5aa4e10e8891c45e4db
Author: kezhenxu94 <[email protected]>
AuthorDate: Sun Jun 25 18:04:00 2023 +0800
Enlarge resources for Satellite
---
deploy/platform/kubernetes/values.yaml | 27 +++++++++++++++++----------
1 file changed, 17 insertions(+), 10 deletions(-)
diff --git a/deploy/platform/kubernetes/values.yaml
b/deploy/platform/kubernetes/values.yaml
index cb78fee..758123c 100644
--- a/deploy/platform/kubernetes/values.yaml
+++ b/deploy/platform/kubernetes/values.yaml
@@ -134,6 +134,13 @@ skywalking:
SATELLITE_TELEMETRY_EXPORT_TYPE: metrics_service
podAnnotations:
sidecar.istio.io/inject: "false"
+ resources:
+ limits:
+ cpu: 2
+ memory: 4Gi
+ requests:
+ cpu: 2
+ memory: 4Gi
sampleServices:
hub: ~
@@ -236,16 +243,16 @@ opentelemetry-collector:
clusterRole:
create: true
rules:
- - apiGroups: [ "" ]
- resources:
- # @feature: kubernetes-monitor; permissions to read resources
- - "endpoints"
- - "pods"
- - "services"
- - "nodes"
- - "nodes/metrics"
- - "nodes/proxy"
- verbs: [ "get", "watch", "list" ]
+ - apiGroups: [ "" ]
+ resources:
+ # @feature: kubernetes-monitor; permissions to read resources
+ - "endpoints"
+ - "pods"
+ - "services"
+ - "nodes"
+ - "nodes/metrics"
+ - "nodes/proxy"
+ verbs: [ "get", "watch", "list" ]
resources:
limits:
cpu: 1024m