mirror of https://github.com/rancher/ui.git
Change the default Prometheus cpu/memory limits and reservation
https://github.com/rancher/rancher/issues/19349
This commit is contained in:
parent
8384d7a986
commit
6193f45141
|
|
@ -39,11 +39,11 @@ export default Component.extend(ReservationCheck, {
|
|||
enableNodeExporter: true,
|
||||
prometheusPersistenceSize: '50Gi',
|
||||
grafanaPersistenceSize: '10Gi',
|
||||
requestsCpu: '200',
|
||||
requestsCpu: '750',
|
||||
limitsCpu: '1000',
|
||||
nodeExporterLimitsCpu: '200',
|
||||
nodeExporterLimitsMemory: '200',
|
||||
requestsMemory: '100',
|
||||
requestsMemory: '750',
|
||||
limitsMemory: '1000',
|
||||
prometheusStorageClass: null,
|
||||
grafanaStorageClass: null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue