This repository contains Helm charts for deploying various applications and services on Kubernetes.
Chart Name | Repository Path | Status |
---|---|---|
universal-web-app | universal-web-app | Development |
To use these Helm charts, follow the steps below: To add and deploy the Helm chart from the specified repository, you can follow these steps:
First, add the Helm repository to your local Helm client:
helm repo add hotrungnhan https://hotrungnhan.github.io/helm-charts
Update your local Helm chart repository cache to ensure you have the latest version of the charts:
helm repo update
Install the universal-web-app
Helm chart using the specified release name whoami
, yours should replace this values file with yours config.
helm install whoami hotrungnhan/universal-web-app -f https://raw.githubusercontent.com/hotrungnhan/helm-charts/main/examples/universal-web-app/whoami.yaml
Here’s a summary of all the commands you need to run:
helm repo add hotrungnhan https://hotrungnhan.github.io/helm-charts
helm repo update
helm install whoami hotrungnhan/universal-web-app -f https://raw.githubusercontent.com/hotrungnhan/helm-charts/main/examples/universal-web-app/whoami.yaml
These steps will add the repository, install the chart with the name whoami
, and apply the custom configuration from the provided YAML file.
Contributions to improve these Helm charts are welcome! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/improvement
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/improvement
). - Create a new Pull Request.
This project is licensed under the MIT License.
Feel free to adjust the structure and content to better fit your repository and the specific details of your Helm charts.