Skip to content

Commit c9146a3

Browse files
committed
perf: adjust resources to accurately represent production
1 parent 9b15bcc commit c9146a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/kueue/prod/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ controllerManager:
1515
manager:
1616
resources:
1717
limits:
18-
cpu: "2"
19-
memory: 1024Mi
18+
cpu: "4"
19+
memory: 4Gi
2020
requests:
2121
cpu: "2"
22-
memory: 1024Mi
22+
memory: 4Gi
2323

2424
# controller_manager_config.yaml. controllerManager utilizes this yaml via manager-config Configmap.
2525
managerConfig:

0 commit comments

Comments
 (0)