25 lines
944 B
Smarty
25 lines
944 B
Smarty
|
{{/* vim: set filetype=mustache: */}}
|
||
|
|
||
|
{{/* annotations */}}
|
||
|
|
||
|
{{- define "prometheus-fail2ban-exporter.serviceMonitors.http.annotations" -}}
|
||
|
{{ include "prometheus-fail2ban-exporter.annotations" . }}
|
||
|
{{- if .Values.prometheus.metrics.serviceMonitor.annotations }}
|
||
|
{{ toYaml .Values.prometheus.metrics.serviceMonitor.annotations }}
|
||
|
{{- end }}
|
||
|
{{- end }}
|
||
|
|
||
|
{{/* labels */}}
|
||
|
|
||
|
{{- define "prometheus-fail2ban-exporter.serviceMonitors.http.labels" -}}
|
||
|
{{ include "prometheus-fail2ban-exporter.labels" . }}
|
||
|
{{- if .Values.prometheus.metrics.serviceMonitor.labels }}
|
||
|
{{ toYaml .Values.prometheus.metrics.serviceMonitor.labels }}
|
||
|
{{- end }}
|
||
|
{{- end }}
|
||
|
|
||
|
{{- define "prometheus-fail2ban-exporter.serviceMonitors.http.selectorLabels" -}}
|
||
|
{{ include "prometheus-fail2ban-exporter.selectorLabels" . }}
|
||
|
{{/* Add label to select the correct service via `selector.matchLabels` of the serviceMonitor resource. */}}
|
||
|
app.kubernetes.io/service-name: http
|
||
|
{{- end }}
|