Merge pull request #1229 from mxinden/move-serv-mon-to-target

kube-prometheus: Move service monitors to target folder
This commit is contained in:
Max Inden
2018-04-18 14:15:26 +02:00
committed by GitHub
14 changed files with 13 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
k8s-app: prometheus-operator
name: prometheus-operator
namespace: monitoring
spec:
endpoints:
- port: http
selector:
matchLabels:
k8s-app: prometheus-operator