diff options
| author | 2024-07-10 10:33:35 +0100 | |
|---|---|---|
| committer | 2024-07-10 10:33:35 +0100 | |
| commit | 928c821c7c64a9be6a2c528ec551ca8b13262dc4 (patch) | |
| tree | aefcb74f2d780cdbcc49d2c922093f163ce90017 /kubernetes/namespaces | |
| parent | Include instructions for killing dependency update mails (diff) | |
Bump mogno mem requests and limit
Diffstat (limited to 'kubernetes/namespaces')
| -rw-r--r-- | kubernetes/namespaces/databases/mongodb/deployment.yaml | 4 | 
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 | 
