kruize / autotune

Autonomous Performance Tuning for Kubernetes!
Apache License 2.0
165 stars 54 forks source link

Update kruize default cpu/memory resources for openshift #1383

Closed kusumachalasani closed 5 days ago

kusumachalasani commented 5 days ago

Description

By default kruize uses 2 cores of cpu and 2Gi of memory while deploying kruize. Reducing it to 0.7 cores - 350Mi for kruize and 0.5 cores - 100Mi for kruize-db Also, pvc storage is reduced from 1Gi to 500Mi.

Fixes # (issue)

Type of change

How has this been tested?

Tested with the new resources with kruize-demo and it works fine.

Test Configuration

Checklist :dart:

Additional information

None