Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Basic Helm Chart for Kubernetes Deployment #21

Open
Razano26 opened this issue Sep 2, 2024 · 0 comments
Open

Create a Basic Helm Chart for Kubernetes Deployment #21

Razano26 opened this issue Sep 2, 2024 · 0 comments
Labels
deployment For questions, issues or improvements regarding the application deployment enhancement New feature or request

Comments

@Razano26
Copy link
Member

Razano26 commented Sep 2, 2024

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:

  • A Deployment resource for the application.
  • A Service to expose the application.
  • Configurable values in a values.yaml file for image, replicas, ports, etc.

Tasks:

  1. Create a Helm chart directory structure within the repository.
  2. Define Chart.yaml with metadata for the chart.
  3. Add basic templates for Deployment and Service resources.
  4. Include a values.yaml file with default values and comments.
  5. Add a README.md explaining how to use the Helm chart.

Expected Outcome:

A basic Helm chart is available in the repository, enabling deployment of the project to Kubernetes.

@Razano26 Razano26 added enhancement New feature or request deployment For questions, issues or improvements regarding the application deployment labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment For questions, issues or improvements regarding the application deployment enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant