Skip to content

[Enhancement] Create Helm Charts for the Application #26

@Manoj-14

Description

@Manoj-14

Create Helm Charts for the Application

Description

To enable easier deployment, versioning, and management of our application on Kubernetes, Helm charts should be created for all core services.

Tasks

  • Create a folder in 'manifests' and create helm in that folder
  • Design a Chart.yaml and appropriate directory structure for each service.
  • Parameterize Kubernetes manifests with default and configurable values using values.yaml.
  • Add templates for Deployment, Service, ConfigMap/Secret, and Ingress as needed.
  • Provide installation and upgrade instructions in README.md.
  • Test chart installation with helm install and helm upgrade on a local/staging cluster.

Acceptance Criteria

  • All Kubernetes resources for the application can be deployed via Helm.
  • Values are customizable via values.yaml.
  • Documentation for usage and customization is available.

Metadata

Metadata

Assignees

Labels

Projects

Status

In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions