18 lines
364 B
YAML
18 lines
364 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: homeassistant
|
|
namespace: home-automation
|
|
labels:
|
|
team: core
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: homeassistant
|
|
endpoints:
|
|
- port: http
|
|
path: /api/prometheus
|
|
bearerTokenSecret:
|
|
key: token
|
|
name: hassio-prometheus-secret
|