13 lines
245 B
YAML
13 lines
245 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: metallb
|
|
namespace: metallb-system
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: controller
|
|
endpoints:
|
|
- port: monitoring
|
|
path: /metrics
|