This repository contains Helm charts for various applications.
To add the arizzi-charts Helm repository to your local Helm client, run the following commands. The URL should be the one where your Helm repository is hosted (e.g., using GitHub Pages).
helm repo add arizzi-charts https://abnerrizzi.github.io/charts/
helm repo updateYou can search for available charts in the repository:
helm search repo arizzi-chartsTo install a chart, for example the dozzle chart, run the following command:
helm install my-release arizzi-charts/dozzleThis will deploy Dozzle on your Kubernetes cluster with the default configuration. For detailed configuration options, please refer to the values.yaml file within the dozzle chart.
The following charts are available in this repository:
| Chart | Description |
|---|---|
| dozzle | A small lightweight application with a web-based interface to monitor Docker logs in real-time. |