kube-prometheus: separate exporters in their own directories

This commit is contained in:
Frederic Branczyk
2017-05-04 10:49:05 +02:00
parent fadece6188
commit 3e4f0d1115
9 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: node-exporter
k8s-app: node-exporter
name: node-exporter
spec:
type: ClusterIP
clusterIP: None
ports:
- name: http-metrics
port: 9100
protocol: TCP
selector:
app: node-exporter