For memory, both jobs-api and webservice-cli halve the request relative to the limit above a floor (floor value differs)
i.e for webservice if limit is 64Mi or lower, request = limit. if limit is more than 64Mi, request is limit/2.
same can be said for jobs-api, except the floor differs (64Mi vs 512Mi).
This is not neccessarily a problem, but worth thinking about.
for cpu, webservice-cli has the same requests = limit/2 above a floor thing, but for jobs-api, the halving thing is never done.
There is a need to spend some minutes deciding if we should do anything here or leave as it is currently.