-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
HardSWoC26SWoC26SWoC26automationautomateautomatedeploymentk8s deploymentk8s deploymenteksaws elastic kubernetes serviceaws elastic kubernetes servicehelmk8s automationk8s automationkubernetesk8s updatesk8s updatesservicek8s servicek8s service
Description
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.yamland 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 installandhelm upgradeon 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
HardSWoC26SWoC26SWoC26automationautomateautomatedeploymentk8s deploymentk8s deploymenteksaws elastic kubernetes serviceaws elastic kubernetes servicehelmk8s automationk8s automationkubernetesk8s updatesk8s updatesservicek8s servicek8s service
Projects
Status
In progress