Reduce cert-manager, flux and cnpg pod's memory and cpu requests down to 112Mi and 50m respectively. Only exception is the kustomize-controller, which, seems to require more cpu than the rest so added a separate patch for it.
We'll tackle the stress testing issue in a separate PR. I've reverted any tuning changes related to app / db and added limits for rest of the containers, so should be good to merge this one.
Reduce cert-manager, flux and cnpg pod's memory and cpu requests down to
112Mi
and50m
respectively. Only exception is thekustomize-controller
, which, seems to require more cpu than the rest so added a separate patch for it.