k8s: adjust default memory requests
As per task, most webservice jobs running with default requests use only a fraction of the requested memory. Therefore default to lower memory requests to increase actual memory used vs memory requested. The memory limits (i.e. hard ceiling/quota) remain unchanged.
Closes T420565