zendesk / samson

Web interface for deployments, with plugin architecture and kubernetes support
Other
1.45k stars 234 forks source link

Increase MAX_LIMITS_TO_REQUESTS_RATIO #3945

Closed adammw closed 3 years ago

adammw commented 3 years ago

Note: Samson is a public repo, do not include Zendesk-internal information, urls, etc.

Increase MAX_LIMITS_TO_REQUESTS_RATIO as we occasionally need for pods with small cpu request (e.g. 0.1) to have larger limit (e.g. 3 cpu).

Risks