doc(README): adapt comment

This commit is contained in:
2025-01-19 23:09:09 +01:00
parent aa704af4c7
commit 7578a7a525

View File

@ -86,7 +86,8 @@ helm install prometheus-fail2ban-exporter prometheus-exporters/prometheus-fail2b
--set 'daemonSet.fail2banExporter.resources.limits.cpu=100m' --set 'daemonSet.fail2banExporter.resources.limits.cpu=100m'
``` ```
<!-- #### TLS authentication and encryption <!--
#### TLS authentication and encryption
The first example shows how to deploy the metric exporter with TLS encryption. The verification of the custom TLS The first example shows how to deploy the metric exporter with TLS encryption. The verification of the custom TLS
certification will be skipped by Prometheus. certification will be skipped by Prometheus.
@ -129,7 +130,8 @@ replaced:
+ --set 'Prometheus.metrics.serviceMonitor.tlsConfig.caFile=/etc/Prometheus/TLS/ca.crt' \ + --set 'Prometheus.metrics.serviceMonitor.tlsConfig.caFile=/etc/Prometheus/TLS/ca.crt' \
+ --set 'Prometheus.metrics.serviceMonitor.tlsConfig.certFile=/etc/Prometheus/TLS/TLS.crt' \ + --set 'Prometheus.metrics.serviceMonitor.tlsConfig.certFile=/etc/Prometheus/TLS/TLS.crt' \
+ --set 'Prometheus.metrics.serviceMonitor.tlsConfig.keyFile=/etc/Prometheus/TLS/TLS.key' + --set 'Prometheus.metrics.serviceMonitor.tlsConfig.keyFile=/etc/Prometheus/TLS/TLS.key'
``` --> ```
-->
#### Grafana dashboard #### Grafana dashboard