[rancher-monitoring] Update the Prometheus default memory limit to 3000Mi. issue: https://github.com/rancher/rancher/issues/35529

pull/1567/head
Jiaqi Luo 2021-11-17 10:35:29 -07:00
parent 531520da9c
commit ec7d19c434
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