Open
Description
Currently, d2e supports running via Docker Compose. To make setup and deployment easier in Kubernetes environments, we should provide Helm charts for d2e.
Tasks:
- Design and implement Helm charts to deploy d2e and its dependencies on Kubernetes.
- Ensure that the charts are configurable for different environments (development, production, etc.).
- Provide documentation and usage examples for deploying d2e with Helm on Kubernetes.
Acceptance Criteria:
- A set of Helm charts is available in the repository for Kubernetes deployment.
- Documentation is updated to include setup instructions for Kubernetes using Helm.