neodash
neodash copied to clipboard
[Feature #884] Helm chart for Kubernetes deployments
PR Description
This is a new feature request to create a Helm chart to support the Kubernetes based deployments in a package pattern. This Helm chart should enable the NeoDash deployment in either editor or reader mode for easy versioning, packaging and installing these dashboards at an enterprise level.
The solution includes a Helm chart with the following Kubernetes resources templates to support the editor or reader mode for ease of deployment,
- Deployment
- Service
- Service Account
- Ingress (Optional)
- Values file (Default configurations)
- Along with the Helm chart, add the appropriate documentation about the usage and default values.
As an alternative solution I also included the required Kubernetes YAML files to deploy the NeoDash with Kubectl commands. #884