Files
auricom-home-cluster/cluster/apps/home-automation/home-assistant/podmonitor.yaml
2021-08-20 23:47:45 +02:00

20 lines
446 B
YAML

---
apiVersion: monitoring.coreos.com/v1
kind: PodMonitor
metadata:
name: home-assistant
namespace: home-automation
spec:
podMetricsEndpoints:
- interval: 1m
path: /api/prometheus
port: http
scrapeTimeout: 30s
bearerTokenSecret:
name: home-automation
key: prometheus-token
selector:
matchLabels:
app.kubernetes.io/instance: home-assistant
app.kubernetes.io/name: home-assistant