17 lines
439 B
Smarty
17 lines
439 B
Smarty
|
---
|
||
|
|
||
|
{{/* annotations */}}
|
||
|
|
||
|
{{- define "prometheus-fail2ban-exporter.pod.annotations" -}}
|
||
|
{{ include "prometheus-fail2ban-exporter.annotations" . }}
|
||
|
{{- end }}
|
||
|
|
||
|
{{/* labels */}}
|
||
|
|
||
|
{{- define "prometheus-fail2ban-exporter.pod.labels" -}}
|
||
|
{{ include "prometheus-fail2ban-exporter.labels" . }}
|
||
|
{{- end }}
|
||
|
|
||
|
{{- define "prometheus-fail2ban-exporter.pod.selectorLabels" -}}
|
||
|
{{ include "prometheus-fail2ban-exporter.selectorLabels" . }}
|
||
|
{{- end }}
|