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

add volume claim to mongodb deployment #4135

Merged
merged 1 commit into from
Sep 10, 2023

Conversation

ahmadzana
Copy link
Contributor

What change does this PR introduce?

This PR introduces the addition of a volume claim to the MongoDB deployment in the Novu open-source project. It involves modifying the configuration of the MongoDB deployment to include a volume claim, which allows for persistent storage of data.

Why was this change needed?

This change was needed to address the need for data persistence and reliability in the Novu project's MongoDB deployment. Without a volume claim, MongoDB data would be stored in ephemeral containers, which means that any data stored would be lost if the container were to be restarted or recreated. By adding a volume claim, we ensure that data is stored persistently and can survive container restarts and recreations.

@Cliftonz Cliftonz merged commit 83b0579 into novuhq:next Sep 10, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants