Create a Basic Helm Chart for Kubernetes Deployment #21
Labels
deployment
For questions, issues or improvements regarding the application deployment
enhancement
New feature or request
We need to create a Helm chart to facilitate the deployment of our project on a Kubernetes cluster. The Helm chart should include basic templates for deploying the application, including:
Deployment
resource for the application.Service
to expose the application.values.yaml
file for image, replicas, ports, etc.Tasks:
Chart.yaml
with metadata for the chart.Deployment
andService
resources.values.yaml
file with default values and comments.Expected Outcome:
A basic Helm chart is available in the repository, enabling deployment of the project to Kubernetes.
The text was updated successfully, but these errors were encountered: