Files
kube-prometheus/manifests/examples/example-app/servicemonitor-frontend.yaml
2018-03-20 08:47:43 -04:00

18 lines
289 B
YAML

apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: frontend
namespace: default
labels:
tier: frontend
spec:
selector:
matchLabels:
tier: frontend
endpoints:
- port: web
interval: 10s
namespaceSelector:
matchNames:
- default