mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
20 lines
360 B
YAML
20 lines
360 B
YAML
|
apiVersion: monitoring.coreos.com/v1
|
||
|
kind: ServiceMonitor
|
||
|
metadata:
|
||
|
labels:
|
||
|
k8s-app: metallb-controller
|
||
|
name: metallb
|
||
|
namespace: monitoring
|
||
|
spec:
|
||
|
endpoints:
|
||
|
- interval: 30s
|
||
|
port: http
|
||
|
scheme: http
|
||
|
jobLabel: k8s-app
|
||
|
namespaceSelector:
|
||
|
matchNames:
|
||
|
- metallb-system
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
k8s-app: metallb-controller
|