Helm chart of prometheus-fail2ban-exporter
|
||
---|---|---|
templates/prometheus-fail2ban-exporter | ||
.drone.yml | ||
.editorconfig | ||
.gitignore | ||
.helmignore | ||
.markdownlint.yaml | ||
.markdownlintignore | ||
.npmrc | ||
.prettierignore | ||
.yamllint.yaml | ||
Chart.yaml | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
package-lock.json | ||
package.json | ||
README.md | ||
renovate.json | ||
values.yaml |
Prometheus Fail2Ban exporter
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.
Parameters
Affinity
Name | Description | Value |
---|---|---|
affinity |
Affinity for the postgres-exporter deployment. | {} |
Configuration
Image
Name | Description | Value |
---|---|---|
image.repository |
Image repository, eg. library/busybox . |
git.cryptic.systems/volker.raschek/prometheus-fail2ban-exporter |
image.pullPolicy |
Image pull policy. | Always |
image.tag |
Custom image tag, eg. 0.1.0 . Defaults to appVersion . |
"" |
imagePullSecrets |
Secret to use for pulling the image. | [] |