diff options
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 |