What do you want?
Implement a Helm chart to deploy HelixDB on Kubernetes.
Feature Area
Infrastructure
Additional context
The initial idea is to create a Helm chart that deploys:
- A Deployment with a single Pod using the HelixDB image.
- Two ConfigMaps: one for
queries.hx and another for schema.hx.
- One PersistentVolumeClaim (PVC), which should be created before the deployment.
- One Service to expose the HelixDB API.
The chart could be located in a folder named k8s.