14 lines
269 B
YAML
14 lines
269 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: homeassistant-servicemonitor
|
|
labels:
|
|
app: homeassistant
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: homeassistant
|
|
endpoints:
|
|
- port: homeassistant-web
|
|
path: /api/prometheus
|