This repository contains the Helm chart and Kubernetes manifests for deploying SIMPLEDEMO
to a Kubernetes cluster using ArgoCD.
- Chart.yaml: Contains metadata for the Helm chart.
- values.yaml: Default configuration values for the Helm chart.
- templates/deployment.yaml: Kubernetes deployment manifest template.
- templates/service.yaml: Kubernetes service manifest template.
To deploy the application using Helm, run the following commands:
helm install my-app ./ --namespace default