Skip to content

Commit a29299d

Browse files
authored
Reduce kyverno background controller CPU from 7 to 6 on rh01 (#7665)
Based on usage data, it peaks at 5 so reduce it to 6, keeping a buffer of 1. The main reason for this change is to allow us to align kyverno configuration of all the clusters with prd-rh01, which is where the config was tuned for highest load. All the clusters except rh01 have workers of 8 CPU so a 7 CPU pod does not fit on them. Reducing it to 6 will make it fit and allow us to have the exact same config on all the clusters which will be done in a follow up change. Signed-off-by: Hugo Ares <[email protected]>
1 parent 3bce6ac commit a29299d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/kyverno/production/stone-prd-rh01/kyverno-helm-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ backgroundController:
5151
leaderElectionRetryPeriod: 5s
5252
resources:
5353
requests:
54-
cpu: 7000m
54+
cpu: 6000m
5555
memory: 4Gi
5656
limits:
57-
cpu: 7000m
57+
cpu: 6000m
5858
memory: 4Gi
5959
securityContext:
6060
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)