mirror of https://git.rancher.io/charts
(dev-v2.6-archive) [rancher-monitoring] Update the Prometheus default memory limit to 3000Mi. issue: https://github.com/rancher/rancher/issues/35529
(partially cherry picked from commit ec7d19c434
)
pull/1680/head
parent
f965b41942
commit
e523133c3a
|
@ -916,7 +916,7 @@
|
||||||
- # memory: 400Mi
|
- # memory: 400Mi
|
||||||
+ resources:
|
+ resources:
|
||||||
+ limits:
|
+ limits:
|
||||||
+ memory: 1500Mi
|
+ memory: 3000Mi
|
||||||
+ cpu: 1000m
|
+ cpu: 1000m
|
||||||
+ requests:
|
+ requests:
|
||||||
+ memory: 750Mi
|
+ memory: 750Mi
|
||||||
|
|
Loading…
Reference in New Issue