-
Notifications
You must be signed in to change notification settings - Fork 13
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 default storage class and retain policy #83
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add same thing for HA chart?
@antejavor But it's literally adding one file, what do we get by postponing it to next release. You want someone to try it or, what's the reason? |
Yeah, I would like to test different environments with standalone and then move to HA for different environments since it is easier and less expensive to test with standalone than with HA cluster @as51340 As discussed on the call, let's do this in the next release to push this release as soon as possible. |
This PR adds a storage class with the
Retain
policy. Both lib and log storage will use dynamic storage class without the retain policy because of CI/CD and local development (minikube). For production deployments in AWS, Azure, and GCP, defaults need to change.