Skip to content

Commit 6b23512

Browse files
authored
Increase the request limit in backup and lifecycle (#233)
1 parent 5222c3a commit 6b23512

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

deploy/platform/kubernetes/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ skywalking:
232232
resources:
233233
requests:
234234
- key: cpu
235-
value: 1m
235+
value: 200m
236236
- key: memory
237-
value: 10Mi
237+
value: 128Mi
238238
limits:
239239
- key: cpu
240240
value: 500m
@@ -246,9 +246,9 @@ skywalking:
246246
resources:
247247
requests:
248248
- key: cpu
249-
value: 1m
249+
value: 200m
250250
- key: memory
251-
value: 10Mi
251+
value: 128Mi
252252
limits:
253253
- key: cpu
254254
value: 500m
@@ -266,9 +266,9 @@ skywalking:
266266
resources:
267267
requests:
268268
- key: cpu
269-
value: 1m
269+
value: 200m
270270
- key: memory
271-
value: 10Mi
271+
value: 128Mi
272272
limits:
273273
- key: cpu
274274
value: 500m
@@ -280,9 +280,9 @@ skywalking:
280280
resources:
281281
requests:
282282
- key: cpu
283-
value: 1m
283+
value: 200m
284284
- key: memory
285-
value: 10Mi
285+
value: 128Mi
286286
limits:
287287
- key: cpu
288288
value: 500m

0 commit comments

Comments
 (0)