mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 08:47:17 +02:00
17 lines
342 B
YAML
17 lines
342 B
YAML
---
|
|
apiVersion: monitoring.coreos.com/v1
|
|
kind: PodMonitor
|
|
metadata:
|
|
name: terra-exporter
|
|
namespace: monitoring
|
|
spec:
|
|
podMetricsEndpoints:
|
|
- interval: 5m
|
|
path: /
|
|
port: http
|
|
scrapeTimeout: 30s
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/instance: terra-exporter
|
|
app.kubernetes.io/name: terra-exporter
|