Skip to content

Commit 4b20239

Browse files
committed
Bump CPU and Mem for codesearch pods
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 9f843f1 commit 4b20239

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/codesearch/deployment.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ spec:
4545
mountPath: /data
4646
resources:
4747
limits:
48-
memory: 8Gi
48+
cpu: 4
49+
memory: 16Gi
4950
requests:
50-
memory: 8Gi
51+
cpu: 4
52+
memory: 16Gi
5153
volumes:
5254
- name: config
5355
emptyDir: {}

0 commit comments

Comments
 (0)