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

Use emptyDir in order to work around volume growth #266

Merged
merged 1 commit into from
Jul 27, 2022

Conversation

sven-urbanski-freiheit-com
Copy link
Contributor

With GitLib2 we have the issue that the storage slowly, but eventually runs full.
Using emptyDir works around this issue,
as it restarts the pod and creates a new volume when the original volume is full.
Plus, we never needed our volume to be persistent anyway.
All critical data is saved in the manifest repository.

With GitLib2 we have the issue that the storage slowly, but eventually runs full.
Using emptyDir works around this issue,
as it restarts the pod and creates a new volume when the original volume is full.
Plus, we never needed our volume to be persistant anyway.
All critical data is saved in the manifest repository.
@sven-urbanski-freiheit-com sven-urbanski-freiheit-com deleted the su-restart-storage-2 branch July 27, 2022 14:59
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.

2 participants