Skip to content

Mongo config service. You can configure it by passing configurations by ENV

License

Notifications You must be signed in to change notification settings

stutzlab/mongo-cluster-configsrv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongo-cluster-configsrv

Mongo cluster config service node.

This is meant to be used along with http://github.com/stutzlab/mongo-cluster-router and http://github.com/stutzlab/mongo-cluster-shard.

Check http://github.com/stutzlab/mongo-cluster-shard for more details and examples.

ENVs

  • CONFIG_REPLICA_SET - name of the replica set to be used in configsrv replication. defaults to 'configsrv'
  • CONFIG_SERVER_NODES - command separated list of config servers. ex.: configsrv1,configsrv2,configsrv3. required
  • SHARED_KEY_SECRET - secret name with shared key. defaults to '', which will run with no keyfile
  • WIRED_TIGER_CACHE_SIZE_GB - defines the max cache size for wired tiger storage in GB. defaults to 1/2 of available mem limits for this container (defined in limits of cgroup)

Volumes

  • Mount volumes at "/data".

About

Mongo config service. You can configure it by passing configurations by ENV

Resources

License

Stars

Watchers

Forks

Packages

No packages published