Helm chart of prometheus-fail2ban-exporter
Go to file
CSRBot 68b8e380df
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.37.0
2023-09-22 19:40:28 +02:00
templates Initial Commit 2023-07-09 12:32:39 +02:00
.drone.yml chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.37.0 2023-09-22 19:40:28 +02:00
.editorconfig Initial Commit 2023-07-09 12:32:39 +02:00
.gitignore Initial Commit 2023-07-09 12:32:39 +02:00
.helmignore Initial Commit 2023-07-09 12:32:39 +02:00
.markdownlint.yaml Initial Commit 2023-07-09 12:32:39 +02:00
Chart.yaml Initial Commit 2023-07-09 12:32:39 +02:00
LICENSE Initial Commit 2023-07-09 12:32:39 +02:00
README.md doc(README): init 2023-07-09 12:40:04 +02:00
renovate.json Initial Commit 2023-07-09 12:32:39 +02:00
values.yaml Initial Commit 2023-07-09 12:32:39 +02:00

prometheus-fail2ban-charts

Build Status Artifact Hub

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.