16 lines
350 B
YAML
16 lines
350 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
namespace: {{ .Release.Namespace }}
|
|
name: {{ include "haproxy-exporter.fullname" . }}
|
|
labels:
|
|
{{ include "haproxy-exporter.labels" $ | indent 4 }}
|
|
spec:
|
|
clusterIP: None
|
|
ports:
|
|
- name: metrics
|
|
port: 9101
|
|
targetPort: metrics
|
|
selector:
|
|
{{ include "haproxy-exporter.labels" $ | indent 4 }} |