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

Allow full replicaset support for mongodb chart #93

Closed
groundhog2k opened this issue Dec 3, 2020 · 3 comments · Fixed by #1178
Closed

Allow full replicaset support for mongodb chart #93

groundhog2k opened this issue Dec 3, 2020 · 3 comments · Fixed by #1178
Assignees
Labels
feature New feature or request help wanted Extra attention is needed

Comments

@groundhog2k
Copy link
Owner

Extend mongodb chart to allow building a mongodb replication set with arbiter etc.

@groundhog2k groundhog2k added the feature New feature or request label Dec 3, 2020
@groundhog2k groundhog2k self-assigned this Dec 3, 2020
@PFVriens
Copy link

I moved to using more and more of your helm-charts to use on my Mac M1. Was using bitnami before but they don't provide arm64 support currently.

What would it take to get this feature implemented? Happy to test.

@groundhog2k
Copy link
Owner Author

In first place, it would take time for analysis what is necessary and studying how it was implemented in the deprecated Kubernetes helm charts repo (https://github.com/helm/charts/tree/master/stable/mongodb-replicaset and https://github.com/helm/charts/tree/master/stable/mongodb).
I did the same for RabbitMQ and Redis to allow a full HA cluster configuration and it took a few days at the end.
My daily job is exhausting at the moment, but I understand the need for it and will start working on it when I have a bit more time.

@groundhog2k groundhog2k removed their assignment Oct 4, 2021
@groundhog2k groundhog2k added help wanted Extra attention is needed and removed helm wanted labels Jan 22, 2022
@groundhog2k groundhog2k self-assigned this Oct 1, 2022
@groundhog2k
Copy link
Owner Author

@PFVriens : I started working on it. It's not that easy because of a few limitations in the default mongodb docker image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants