dockersamples / example-voting-app

Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
Apache License 2.0
4.65k stars 10.57k forks source link

Added k8s helm charts #373

Open asifcopilot opened 3 weeks ago

asifcopilot commented 3 weeks ago

This pull request introduces Helm charts for the Voting App, designed to streamline the deployment and management of the app on Kubernetes clusters. The Helm charts are located in the k8s-helm directory.

Key Updates:

  1. Deploy: helm install vote-helm ./k8s-helm/ -n
  2. Remove: helm uninstall vote-helm -n

Benefits:

Testing:

-Tested Helm charts locally to ensure correct deployment and functionality.

Please review the changes and provide feedback. Your approval will help integrate these Helm charts into the public repository, enhancing the deployment process for the Voting App.