aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default/mongodb
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-01-19 14:12:55 +0000
committerGravatar Chris Lovering <[email protected]>2024-01-19 14:12:55 +0000
commite9b91096b38e9dfe88233f3ccccd9c2da09bb92a (patch)
tree7dffaf3081381442e311714a28c88d8a7568efa8 /kubernetes/namespaces/default/mongodb
parentUp sir-lance's memory allocation (diff)
Bump resource limits that are close to being hit
Diffstat (limited to 'kubernetes/namespaces/default/mongodb')
-rw-r--r--kubernetes/namespaces/default/mongodb/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/default/mongodb/deployment.yaml b/kubernetes/namespaces/default/mongodb/deployment.yaml
index 592c342..f202ead 100644
--- a/kubernetes/namespaces/default/mongodb/deployment.yaml
+++ b/kubernetes/namespaces/default/mongodb/deployment.yaml
@@ -26,7 +26,7 @@ spec:
memory: 300Mi
limits:
cpu: 200m
- memory: 400Mi
+ memory: 500Mi
volumeMounts:
- mountPath: /data/db
name: mongodb-volume