aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-07-10 10:33:35 +0100
committerGravatar Chris Lovering <[email protected]>2024-07-10 10:33:35 +0100
commit928c821c7c64a9be6a2c528ec551ca8b13262dc4 (patch)
treeaefcb74f2d780cdbcc49d2c922093f163ce90017
parentInclude instructions for killing dependency update mails (diff)
Bump mogno mem requests and limit
-rw-r--r--kubernetes/namespaces/databases/mongodb/deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/namespaces/databases/mongodb/deployment.yaml b/kubernetes/namespaces/databases/mongodb/deployment.yaml
index 8df4ebb..a4cb76f 100644
--- a/kubernetes/namespaces/databases/mongodb/deployment.yaml
+++ b/kubernetes/namespaces/databases/mongodb/deployment.yaml
@@ -24,10 +24,10 @@ spec:
resources:
requests:
cpu: 100m
- memory: 300Mi
+ memory: 500Mi
limits:
cpu: 200m
- memory: 500Mi
+ memory: 900Mi
volumeMounts:
- mountPath: /data/db
name: mongodb-volume