You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
291 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: prometheus-es-exporter
need: a-commit
name: prometheus-es-exporter
spec:
ports:
- name: http-metrics
port: 9206
protocol: TCP
targetPort: prometheus
selector:
app: prometheus-es-exporter
type: ClusterIP