Skip to content
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

[#482] Fix wrong MongoDB hostname; fix MongoDB health checks. #483

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

calohmn
Copy link
Contributor

@calohmn calohmn commented Aug 10, 2023

Fix for #482 .
Fixes Hono devices registry not being able to connect to the MongoDB instance because it used the wrong hostname. Also fixes MongoDB not getting ready because the health checks took too long and caused OOM errors.
Also restrict Hono chart dependency version range (needed for upcoming changes addressing #430).

Fixes Hono devices registry not being able to connect to the
MongoDB instance because it used the wrong hostname.
Also fixes MongoDB not getting ready because the health checks
took too long and caused OOM errors.
Also restrict Hono chart dependency version range (needed for
upcoming changes addressing eclipse#430).

Signed-off-by: Carsten Lohmann <[email protected]>
@calohmn
Copy link
Contributor Author

calohmn commented Aug 17, 2023

@sophokles73 Could you have a look?

Copy link
Member

@sophokles73 sophokles73 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Maybe we could use the tool suggested in bitnami/charts#10264 (comment) for doing the healthcheck instead?

However, this is something that we might want to add to the Hono and Ditto charts in separate PRs ...

@calohmn calohmn merged commit 04aebcd into eclipse:master Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Cloud2Edge Improvements to the Cloud2Edge package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[cloud2edge] No connection from Hono device registry to MongoDB
2 participants