Skip to content

Conversation

@ptrutanicex
Copy link
Contributor

@ptrutanicex ptrutanicex commented Nov 7, 2023

This PR adds mongo service to infra code blocks.

Closes #2

@ptrutanicex ptrutanicex requested a review from ikovac November 7, 2023 13:16
@ikovac
Copy link
Contributor

ikovac commented Nov 7, 2023

@ptrutanicex Please also update the documentation with Mongo service in the scope of this PR

@ptrutanicex ptrutanicex requested a review from ikovac November 15, 2023 10:12
@ptrutanicex ptrutanicex requested a review from ikovac November 15, 2023 15:53
const port = args.port || 27017;

this.name = name;
this.service = new Ecs(
Copy link
Contributor

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

Copy link
Contributor

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

@ikovac ikovac merged commit c671a03 into master Nov 20, 2023
@ikovac ikovac deleted the feature/mongo-service branch November 20, 2023 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add mongo service

3 participants