Skip to content

Commit

Permalink
Explicitly set OAP resources limits (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 authored Sep 6, 2024
1 parent 8bb8386 commit a121e46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deploy/platform/kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ skywalking:
tag: ~
pullPolicy: IfNotPresent
replicas: 1
javaOpts: -Xmx8g -Xms2g
resources:
limits:
cpu: 4
memory: 8Gi
storageType: ~
ports:
grpc: 11800
Expand Down Expand Up @@ -319,7 +324,6 @@ prometheus-elasticsearch-exporter:
es:
uri: "http://elasticsearch-master:9200"


opentelemetry:
enabled: false

Expand Down

0 comments on commit a121e46

Please sign in to comment.