kyverno: raise CPU request and limits
As of today, the CPU used by kyverno in these two components is constantly in the resource limit.
Put that value in the CPU request instead, and raise a bit the limit. This should help the cluster better understand this workload, when scheduling, etc.
Because raising the limit by 200m, this also gives kyverno a bit of more work power, lets see if the cluster can stand it.
Signed-off-by: Arturo Borrero Gonzalez aborrero@wikimedia.org