bigchaindb/k8s/mongodb/container/docker_build_and_push.bash
muawiakh 7abdca205a Adjust resource for MongoDB Stateful Set
- Currently, MongoDB container crashed because of resource constaints i.e.
out of memory exception. This change updates the resources and provides
data on how the configure/calculate them(if not following the guide).
- Also, add the ability to specify the storage engine(WiredTiger) cache
size for MongoDB, this configuration also helps with keeping the resources
constrained for MongoDB containers.
- Minor changes in some other documents as well.
2017-09-27 14:19:31 +02:00

6 lines
90 B
Bash
Executable File

#!/bin/bash
docker build -t bigchaindb/mongodb:3.2 .
docker push bigchaindb/mongodb:3.2