spotahome / redis-operator

Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Apache License 2.0
1.49k stars 357 forks source link

Remove resource request and limit spec from values #559

Closed Ahmad-Faizan closed 1 year ago

Ahmad-Faizan commented 1 year ago

This PR is for removing resource spec from the values.yaml file. Also, since cpu limits cause throttling on the pod, it is advisable to only define a cpu request. https://home.robusta.dev/blog/stop-using-cpu-limits

Changes proposed on the PR:


PR sponsored by Obmondo.com