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

feat: support configuring persistent storage for containers #178

Merged
merged 1 commit into from
May 22, 2024

Conversation

dav1do
Copy link
Contributor

@dav1do dav1do commented May 21, 2024

Add persistent storage config object that allows modifying the persistent volume storage size and class. I updated a handful of tests to set this, so we see the 10 -> override value, demonstrating that the default is still 10 (and shown in tests that haven't been updated). If preferable, I can write dedicated tests for this new setting.

For IPFS, we allowed specifying storageClass before. We still support this field, but will prefer the storage.class field if it is set. If not, we will use storageClass (there are existing tests that demonstrate this).

Copy link
Contributor

@3benbox 3benbox left a comment

Choose a reason for hiding this comment

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

LGTM!

@dav1do dav1do added this pull request to the merge queue May 22, 2024
Merged via the queue into main with commit cf9be35 May 22, 2024
5 checks passed
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