-
Notifications
You must be signed in to change notification settings - Fork 1
Add mongo service #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@ptrutanicex Please also update the documentation with Mongo service in the scope of this PR |
src/components/mongo.ts
Outdated
| const port = args.port || 27017; | ||
|
|
||
| this.name = name; | ||
| this.service = new Ecs( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it also makes sense to set public property host to be equal to the service discovery hostname.
Also I think it makes sense to store mongo password to the secret manager like we did with redis and rds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also update docs with mongo secret so that consumers know that the secret is created
This PR adds mongo service to infra code blocks.
Closes #2