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