prometheus-fail2ban-exporte.../templates/service.yaml
2023-07-09 12:32:39 +02: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 }}