-
Notifications
You must be signed in to change notification settings - Fork 80
chore(MinIO): add (optional) object storage service #341
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
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.
Looks good
A kubetest might not be amiss also. I guess we are waiting on landing the code in posthog
repo first before getting this in?
If we want something e2e yes. Otherwise I could simply test if the API endpoint is there and credential works. I think we could extend the current PostHog django & plugin-server healthcheck to check and then rely here on the HTTP code |
Description
This PR adds opt-in object storage service capabilities to the Helm chart.
Why?
We are working to add some new features to PostHog that will rely on an object storage service. Without it those features will not be enabled
Documentation change is available here PostHog/posthog.com#3263
Type of change
How has this been tested?
1️⃣ Manual testing:
2️⃣ CI is ✅
Checklist