gitlab-runner: Provide CPU/memory requests/limits for runner containers
According to the docs on cluster autoscaling, an autoscaler will only increase the size of a cluster when (from the docs):
- there are pods that failed to schedule on any of the current nodes due to insufficient resources.
- adding a node similar to the nodes currently present in the cluster would help.