14 lines
245 B
YAML
14 lines
245 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: PodMonitor
|
|
metadata:
|
|
name: coroot-node-agent
|
|
namespace: coroot
|
|
labels:
|
|
prometheus: main
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: coroot-node-agent
|
|
podMetricsEndpoints:
|
|
- port: http
|