15 lines
281 B
YAML
15 lines
281 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: prometheus-operator
|
|
namespace: monitoring
|
|
labels:
|
|
team: core
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: prometheus-operator
|
|
endpoints:
|
|
- port: http
|
|
path: /metrics
|