Helm chart of prometheus-fail2ban-exporter
Go to file
CSRBot 01133736a3
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
chore(deps): update git.cryptic.systems/volker.raschek/helm docker tag to v3.14.4
2024-04-11 07:20:06 +00:00
templates fix(serviceMonitor): support HTTP scheme and tls configuration 2023-10-02 12:43:39 +02:00
.drone.yml chore(deps): update git.cryptic.systems/volker.raschek/helm docker tag to v3.14.4 2024-04-11 07:20:06 +00: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 fix: bump to 0.1.0 2023-10-02 13:35:18 +02:00
LICENSE Initial Commit 2023-07-09 12:32:39 +02:00
README.md doc(README): explain repackaging 2023-10-02 13:37:57 +02:00
renovate.json fix(renovate): remove automerge options 2024-01-21 14:43:07 +01:00
values.yaml fix(serviceMonitor): support HTTP scheme and tls configuration 2023-10-02 12:43:39 +02:00

README.md

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 fail2ban exporter was repackaged to make it possible to deploy the application on kubernetes. The forked fail2ban exporter can be found here.

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.