yuvalherziger/tomodo MongoDB
Start MongoDB instances in a GitHub action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The deployment's name | no | tomodo-action |
| port | MongoDB port (in a cluster, this is the first incrementing port) | no | 27017 |
| image-tag | The MongoDB image tag, which determines the MongoDB version to install | no | latest |
| instance-type | The MongoDB instance type (standalone/replica-set/sharded/atlas) | no | atlas |
| replicas | The number of replica set nodes to provision | no | 3 |
| shards | The number of shards to provision in a sharded cluster | no | 2 |
| config-servers | The number of config server replica set nodes | no | 1 |
| mongos | The number of mongos routers | no | 1 |
| username | Optional authentication username | no | "" |
| password | Optional authentication password | no | "" |
| network-name | The Docker network to provision the deployment in; will create a new one or use an existing one with the same name if such network exists | no | mongo-network |
Outputs
| name | description |
|---|---|
| connection-string | MongoDB connection string from Tomodo |