You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
316 B
20 lines
316 B
3 months ago
|
apiVersion: monitoring.coreos.com/v1
|
||
|
kind: ServiceMonitor
|
||
|
metadata:
|
||
|
name: frontend
|
||
|
namespace: default
|
||
|
labels:
|
||
|
tier: frontend
|
||
|
spec:
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
tier: frontend
|
||
|
targetLabels:
|
||
|
- tier
|
||
|
endpoints:
|
||
|
- port: web
|
||
|
interval: 10s
|
||
|
namespaceSelector:
|
||
|
matchNames:
|
||
|
- default
|