Latte-Corporation / HardLoop

A Minecraft server project with automated resets and infinite gameplay loops, designed to enhance survival challenges.
MIT License
3 stars 0 forks source link

Create a Basic Helm Chart for Kubernetes Deployment #21

Open Razano26 opened 2 months ago

Razano26 commented 2 months ago

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:

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.