Skip to content

Commit 928c821

Browse files
committed
Bump mogno mem requests and limit
1 parent a1f1edc commit 928c821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/namespaces/databases/mongodb/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ spec:
2424
resources:
2525
requests:
2626
cpu: 100m
27-
memory: 300Mi
27+
memory: 500Mi
2828
limits:
2929
cpu: 200m
30-
memory: 500Mi
30+
memory: 900Mi
3131
volumeMounts:
3232
- mountPath: /data/db
3333
name: mongodb-volume

0 commit comments

Comments
 (0)