Skip to content

Commit 1a9abca

Browse files
MaxHerbsdavehadley
authored andcommitted
fix(kyverno): bump CPU
1 parent 5f78f6f commit 1a9abca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/apps/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: apps
33
description: An argocd app to deploy apps inside the virtual cluster
44
type: application
55

6-
version: 0.4.5
6+
version: 0.4.6

charts/apps/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ kyverno:
2929
container:
3030
resources:
3131
limits:
32-
cpu: 2
32+
cpu: 6
3333
memory: 8Gi
3434
requests:
35-
cpu: 1
35+
cpu: 5
3636
memory: 4Gi
3737
backgroundController:
3838
extraArgs:
@@ -42,10 +42,10 @@ kyverno:
4242
replicas: 2
4343
resources:
4444
limits:
45-
cpu: 4
45+
cpu: 6
4646
memory: 32Gi
4747
requests:
48-
cpu: 2
48+
cpu: 5
4949
memory: 16Gi
5050
cleanupController:
5151
enabled: false

0 commit comments

Comments
 (0)