Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit aeaa7bd

Browse files
authored
Decrease cpu/memory requests for module manager (#197)
Decrease cpu/memoey requests for module manager
1 parent ddf6922 commit aeaa7bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ spec:
6161
cpu: 1000m
6262
memory: 1Gi
6363
requests:
64-
cpu: 1000m
65-
memory: 1Gi
64+
cpu: 10m
65+
memory: 64Mi
6666
serviceAccountName: manager
6767
terminationGracePeriodSeconds: 10
6868
---

0 commit comments

Comments
 (0)