Compare commits

..

No commits in common. "469535d2a8255121a90a2fdc2c6e8c8e37248696" and "6f168f02c9dd7ac498b0f7a76273898c3a6528e1" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View File

@ -15,10 +15,7 @@ spec:
interval: {{ .Values.serviceMonitor.interval }}
path: {{ .Values.serviceMonitor.path }}
scrapeTimeout: {{ .Values.serviceMonitor.scrapeTimeout }}
scheme: {{ .Values.serviceMonitor.scheme }}
targetPort: {{ .Values.service.port }}
tlsConfig:
insecureSkipVerify: {{ .Values.serviceMonitor.tlsConfig.insecureSkipVerify }}
jobLabel: {{ include "prometheus-fail2ban-exporter.fullname" . }}
namespaceSelector:
matchNames:

View File

@ -32,6 +32,7 @@ config: {}
# Alternative listen address instead of 0.0.0.0/0 and ::/0.
# F2B_WEB_LISTEN_ADDRESS: ""
image:
repository: git.cryptic.systems/volker.raschek/prometheus-fail2ban-exporter
pullPolicy: Always
@ -91,18 +92,14 @@ service:
type: ClusterIP
port: 9191
# Deploy a serviceMonitor to scrape the metrics automatically via prometheus
# operator.
serviceMonitor:
enabled: false
annotations: {}
honorLabels: false
interval: 60s
labels: {}
path: /metrics
scheme: http
scrapeTimeout: 30s
tlsConfig:
insecureSkipVerify: false
tolerations: []