Helm chart of prometheus-fail2ban-exporter
templates | ||
.drone.yml | ||
.editorconfig | ||
.gitignore | ||
.helmignore | ||
.markdownlint.yaml | ||
Chart.yaml | ||
LICENSE | ||
README.md | ||
renovate.json | ||
values.yaml |
prometheus-fail2ban-charts
This helm chart contains a daemonset to deploy a fail2ban metric exporter on kubernetes nodes, which have fail2ban locally installed and configured.
The source project of the fail2ban exporter is hosted here, but repackaged to make it possible to deploy it on kubernetes.
This helm chart can be found on artifacthub.io and can be installed via helm.
helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
helm install prometheus-fail2ban-exporter volker.raschek/prometheus-fail2ban-exporter
Customization
All configuration
options
can be defined in the values.yml
file below the config
section.
Alternatively can be the options passed via the --set
flag of the helm install
command.