prometheus-fail2ban-exporte.../templates/service.yaml

16 lines
424 B
YAML
Raw Permalink Normal View History

2023-07-09 10:32:39 +00:00
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 }}