Mongo Replicaset On Kubernetes

Deploy MongoDB to your Kubernetes cluster.

View Source Code
Deployments

30

Made by

Massdriver

Official

Yes

No

Compliance

This bundle does not have an operator guide. Add one here.

VariableTypeDescription
database_namestringName of the mongo database to create
instance_configuration.cpu_limitnumberUnit is in CPUs. Decimal numbers are allowed (3 digits of precision). Value must be between 0.001 and 32.
instance_configuration.disk_size_gbintegerThe size (in Gb) of the PVC to request. Must be an integer between 10 and 1000.
instance_configuration.memory_limit_gibnumberUnit is Gi. Decimal numbers are allowed. Value must be between 0.5 and 64
namespacestringThe namespace to deploy the replicaset in
replica_configuration.number_of_replicasintegerNumber of read replicas to create. Must be an integer between 0 and 5.