lookit / lookit-orchestrator

Continuous Integration and Continuous Delivery for Lookit.
0 stars 2 forks source link

Remove resource requests from workload YAML #20

Closed jtrouth closed 3 years ago

jtrouth commented 3 years ago

Resource requests in excess of allocatable capacity have caused scheduling issues when there is a pod surge during deployment. This PR removes all CPU and Memory resource requests from the YAML files. Without a defined resource request the workloads will default to a 5m CPU and 5Mi memory request, which will provide sufficient headroom in CPU allocation to prevent further scheduling resource issues on deployments.