prometheus-fail2ban-exporte.../templates/prometheus-fail2ban-exporter/service.yaml
Markus Pesch 45ed6d61c1
Some checks failed
continuous-integration/drone/push Build is failing
fix: move templates into chart dir
2025-01-04 22:31:00 +01:00

16 lines
424 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "prometheus-fail2ban-exporter.fullname" . }}
labels:
{{- include "prometheus-fail2ban-exporter.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "prometheus-fail2ban-exporter.selectorLabels" . | nindent 4 }}