Skip to content

chunji08/SimpleDemo-gitops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My App GitOps Repository

This repository contains the Helm chart and Kubernetes manifests for deploying SIMPLEDEMO to a Kubernetes cluster using ArgoCD.

Structure

  • 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.

Deploying Using Helm

To deploy the application using Helm, run the following commands:

helm install my-app ./ --namespace default

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published