mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-28 21:12:35 +02:00
20 lines
367 B
YAML
20 lines
367 B
YAML
---
|
|
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: traefik
|
|
namespace: networking
|
|
labels:
|
|
app.kubernetes.io/name: traefik
|
|
spec:
|
|
endpoints:
|
|
- path: /metrics
|
|
targetPort: metrics
|
|
jobLabel: traefik
|
|
namespaceSelector:
|
|
matchNames:
|
|
- networking
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: traefik
|