doc(README): fail2ban daemon

This commit is contained in:
Markus Pesch 2025-01-19 22:52:29 +01:00
parent 4bdf3f8173
commit aa704af4c7
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -7,6 +7,10 @@ This helm chart enables the deployment of a Prometheus metrics exporter for Fail
configuration of additional containers/initContainers, mounting of volumes and defining additional environment variables,
apply a user-defined `webConfig.yaml` and much more.
> [!IMPORTANT]
> This helm chart does not contain a fail2ban daemon, nor any jail configurations. The daemon can be mounted into the
> filesystem of the exporter via a volume. By default is the hostPath `/var/run/fail2ban` mounted into the pod.
Chapter [configuration and installation](#helm-configuration-and-installation) describes the basics how to configure helm
and use it to deploy the exporter. It also contains further configuration examples.