mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
19 lines
423 B
YAML
19 lines
423 B
YAML
---
|
|
apiVersion: monitoring.coreos.com/v1
|
|
kind: PodMonitor
|
|
metadata:
|
|
name: home-assistant
|
|
spec:
|
|
podMetricsEndpoints:
|
|
- interval: 1m
|
|
path: /api/prometheus
|
|
port: http
|
|
scrapeTimeout: 30s
|
|
bearerTokenSecret:
|
|
name: home-assistant-secret
|
|
key: PROMETHEUS_TOKEN
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/instance: home-assistant
|
|
app.kubernetes.io/name: home-assistant
|