File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 16
16
# limits:
17
17
# cpu: 2.0
18
18
# memory: 4Gi
19
+ # requests:
20
+ # cpu: 1.0
21
+ # memory: 3Gi
19
22
# containerSecurityContext:
20
23
# runAsUser: 1001
21
24
# runAsGroup: 1001
@@ -216,12 +219,18 @@ spec:
216
219
# limits:
217
220
# cpu: 2.0
218
221
# memory: 4Gi
222
+ # requests:
223
+ # cpu: 1.0
224
+ # memory: 3Gi
219
225
# containers:
220
226
# replicaCertCopy:
221
227
# resources:
222
228
# limits:
223
229
# cpu: 200m
224
230
# memory: 128Mi
231
+ # requests:
232
+ # cpu: 100m
233
+ # memory: 120Mi
225
234
# sidecars:
226
235
# - name: testcontainer
227
236
# image: busybox:latest
@@ -301,12 +310,18 @@ spec:
301
310
# limits:
302
311
# cpu: 200m
303
312
# memory: 128Mi
313
+ # requests:
314
+ # cpu: 150m
315
+ # memory: 120Mi
304
316
# containers:
305
317
# pgbouncerConfig:
306
318
# resources:
307
319
# limits:
308
320
# cpu: 200m
309
321
# memory: 128Mi
322
+ # requests:
323
+ # cpu: 150m
324
+ # memory: 120Mi
310
325
#
311
326
# expose:
312
327
# annotations:
@@ -386,6 +401,9 @@ spec:
386
401
# limits:
387
402
# cpu: 2.0
388
403
# memory: 4Gi
404
+ # requests:
405
+ # cpu: 1.0
406
+ # memory: 3Gi
389
407
# containerSecurityContext:
390
408
# runAsUser: 1001
391
409
# runAsGroup: 1001
@@ -412,11 +430,17 @@ spec:
412
430
# limits:
413
431
# cpu: 200m
414
432
# memory: 128Mi
433
+ # requests:
434
+ # cpu: 150m
435
+ # memory: 120Mi
415
436
# pgbackrestConfig:
416
437
# resources:
417
438
# limits:
418
439
# cpu: 200m
419
440
# memory: 128Mi
441
+ # requests:
442
+ # cpu: 150m
443
+ # memory: 120Mi
420
444
#
421
445
# configuration:
422
446
# - secret:
@@ -430,6 +454,9 @@ spec:
430
454
# limits:
431
455
# cpu: 200m
432
456
# memory: 128Mi
457
+ # requests:
458
+ # cpu: 150m
459
+ # memory: 120Mi
433
460
# tolerations:
434
461
# - effect: NoSchedule
435
462
# key: role
@@ -470,6 +497,9 @@ spec:
470
497
# limits:
471
498
# cpu: 200m
472
499
# memory: 128Mi
500
+ # requests:
501
+ # cpu: 150m
502
+ # memory: 120Mi
473
503
affinity :
474
504
podAntiAffinity :
475
505
preferredDuringSchedulingIgnoredDuringExecution :
@@ -559,6 +589,13 @@ spec:
559
589
# imagePullPolicy: IfNotPresent
560
590
secret : cluster1-pmm-secret
561
591
serverHost : monitoring-service
592
+ # resources:
593
+ # limits:
594
+ # memory: 200M
595
+ # cpu: 350m
596
+ # requests:
597
+ # memory: 150M
598
+ # cpu: 300m
562
599
# customClusterName: "<string>"
563
600
# postgresParams: "<string>"
564
601
# querySource: pgstatmonitor
You can’t perform that action at this time.
0 commit comments