prometheus node-exporter updates

This commit is contained in:
marcel-dempers 2020-01-24 20:56:53 +11:00
parent 6c0f87f911
commit 41e5e3332c
2 changed files with 13 additions and 2 deletions

View File

@ -59,8 +59,6 @@ apiVersion: v1
kind: Service
metadata:
name: node-exporter
annotations:
prometheus.io/scrape: "true"
labels:
kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile

View File

@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
labels:
prometheus: prometheus-standalone
name: prometheus-service
spec:
ports:
- protocol: TCP
port: 9090
targetPort: 9090
selector:
prometheus: prometheus-standalone