(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
Jiaqi Luo 2021-11-17 10:35:29 -07:00 committed by Arvind Iyengar
parent f965b41942
commit e523133c3a
No known key found for this signature in database
GPG Key ID: A8DD9BFD6C811498
1 changed files with 1 additions and 1 deletions

View File

@ -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