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.
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.