Which module is your feature request related to?
- Deployment / Kubernetes / Helm Chart
Is your feature request related to a problem?
- Currently, Pinpoint does not provide an official Helm chart for Kubernetes deployment. This makes it harder for users to deploy, scale, and manage Pinpoint on Kubernetes clusters in a standardized way.
Describe the solution you'd like
- I have developed a production-ready Helm chart for Pinpoint: (pinpoint-helm)
Describe alternatives you've considered
- Maintaining the chart as a standalone community repo (my current approach).
- Users manually deploying Pinpoint components with raw Kubernetes manifests (harder to maintain).
Additional context
- Chart supports overrides via values.yaml.
- Includes support for persistent storage (PVCs) for MySQL and Redis.
- Designed to be production-ready but can be easily customized for development environments.
I believe having an official Helm chart under the Pinpoint project will greatly improve adoption and ease of deployment for the community.
I’d also be happy to contribute this chart directly to the Pinpoint project and take responsibility for maintaining it, so that it stays up to date and useful for the community.
Which module is your feature request related to?
Is your feature request related to a problem?
Describe the solution you'd like
Describe alternatives you've considered
Additional context
I believe having an official Helm chart under the Pinpoint project will greatly improve adoption and ease of deployment for the community.
I’d also be happy to contribute this chart directly to the Pinpoint project and take responsibility for maintaining it, so that it stays up to date and useful for the community.