Skip to content

Commit 8b7514f

Browse files
authored
Merge pull request #7695 from dims/bump-cpu-and-mem-for-codesearch-pods
Bump CPU and Mem for codesearch pods
2 parents 9f843f1 + 4b20239 commit 8b7514f

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)