bird_exporter/charts/bird-exporter/templates/service.yaml
2023-05-09 14:31:18 +02:00

16 lines
364 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "bird-exporter.fullname" . }}-metrics
labels:
{{- include "bird-exporter.labels" . | nindent 4 }}
spec:
type: ClusterIP
ports:
- targetPort: http-metrics
protocol: TCP
port: 9324
name: http-metrics
selector:
{{- include "bird-exporter.selectorLabels" . | nindent 4 }}