Skip to content

Commit df316d9

Browse files
committed
Increased mongo resource limits
1 parent ee222f5 commit df316d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

code/kubernetes/mongo/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ spec:
2222
cpu: 200m
2323
memory: 700Mi
2424
limits:
25-
cpu: 500m
26-
memory: 1Gi
25+
cpu: 800m
26+
memory: 1.2Gi
2727
env:
2828
- name: MONGO_INITDB_DATABASE
2929
valueFrom:

0 commit comments

Comments
 (0)