Config Deployment CPU/MEMORY by reference

Hello friends, I have a query, does anyone know how to parameterize the YAMEL of a resource type in Kubernetes: Deployment in relation to the CPU / MEMORY part (so as not to have it embedded)?, Something like having it in a ConfigMap (only that this is for environment variables I know).

What happens is that I have a client who wants to not have to be modifying Dpeloyments but only ConfigMaps and / or configuration files.

Some idea my friedns ???

I think helm will help u https://helm.sh/

Hello thanks for answering, I understand encapsulating it in Helm would be a solution, perhaps also handling: Tamplates or Operators in this case.