Mohammed Naser 7badbfad0b Added HAproxy exporter
Change-Id: I99124d11639505c76bafcfe9be622135382e3f09
2020-07-21 16:58:58 -04:00

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 }}