Mongo Replicaset (kubernetes)
Deploy MongoDB to your Kubernetes cluster.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Deployments
30
Made by
Massdriver
Official
Yes
No
Compliance
Clouds
Tags
This bundle does not have an operator guide. Add one here.
Variable | Type | Description |
---|---|---|
database_name | string | Name of the mongo database to create |
instance_configuration.cpu_limit | number | Unit is in CPUs. Decimal numbers are allowed (3 digits of precision). Value must be between 0.001 and 32. |
instance_configuration.disk_size_gb | integer | The size (in Gb) of the PVC to request. Must be an integer between 10 and 1000. |
instance_configuration.memory_limit_gib | number | Unit is Gi. Decimal numbers are allowed. Value must be between 0.5 and 64 |
namespace | string | The namespace to deploy the replicaset in |
replica_configuration.number_of_replicas | integer | Number of read replicas to create. Must be an integer between 0 and 5. |