Skip to content

Commit 902a45e

Browse files
committed
feat(helm): increase CPU limits for all containers
Users seem to be universally dissatisfied with default limits, especially on secretsExporter.
1 parent a9d4a86 commit 902a45e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy/charts/x509-certificate-exporter/values.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ secretsExporter:
7373
# @default -- check `values.yaml`
7474
resources:
7575
limits:
76+
cpu: 1
7677
memory: 150Mi
7778
requests:
7879
cpu: 20m
@@ -152,6 +153,7 @@ hostPathsExporter:
152153
# @default -- check `values.yaml`
153154
resources:
154155
limits:
156+
cpu: 1
155157
memory: 40Mi
156158
requests:
157159
cpu: 10m
@@ -357,7 +359,7 @@ rbacProxy:
357359
# @default -- check `values.yaml`
358360
resources:
359361
limits:
360-
cpu: 20m
362+
cpu: 100m
361363
memory: 40Mi
362364
requests:
363365
cpu: 10m

0 commit comments

Comments
 (0)