mirror of https://git.rancher.io/charts
[rancher-monitoring] Update the Prometheus default memory limit to 3000Mi. issue: https://github.com/rancher/rancher/issues/35529
parent
531520da9c
commit
ec7d19c434
|
@ -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