diff options
author | 2024-01-19 14:12:55 +0000 | |
---|---|---|
committer | 2024-01-19 14:12:55 +0000 | |
commit | e9b91096b38e9dfe88233f3ccccd9c2da09bb92a (patch) | |
tree | 7dffaf3081381442e311714a28c88d8a7568efa8 /kubernetes/namespaces/default/mongodb | |
parent | Up 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.yaml | 2 |
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 |