https://github.com/suddengunter/mongo-monster
This repo is my playground where I'm playing with MongoDB replica set in DigitalOcean Kubernetes cluster
https://github.com/suddengunter/mongo-monster
Last synced: 3 months ago
JSON representation
This repo is my playground where I'm playing with MongoDB replica set in DigitalOcean Kubernetes cluster
- Host: GitHub
- URL: https://github.com/suddengunter/mongo-monster
- Owner: SuddenGunter
- License: mit
- Created: 2019-11-13T22:33:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T16:20:54.000Z (over 6 years ago)
- Last Synced: 2025-10-07T15:53:43.125Z (8 months ago)
- Language: HCL
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mongo-monster
This repo is my playground where I'm playing with MongoDB replica set in DigitalOcean Kubernetes cluster
To use scripts from this repo you must set terraform variables and env variables (in the future I'll merge it to same config).
### .env example:
```
MONGO_PASSWORD="mymegapass"
MONGO_ROOT_PASSWORD="mymegapassroot"
MONGO_USER=myuser
MONGO_DATABASE=mydb
```
### terraform.tfvars.json example:
```
{
"do_token": "my_digital_ocean_api_token_#see_do_docs",
"allowed_ips": [
"123.123.123.123"
]
}
```