mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
20 lines
367 B
YAML
20 lines
367 B
YAML
---
|
|
apiVersion: monitoring.coreos.com/v1
|
|
kind: PodMonitor
|
|
metadata:
|
|
name: flux-system
|
|
namespace: flux-system
|
|
labels:
|
|
app.kubernetes.io/part-of: flux
|
|
spec:
|
|
namespaceSelector:
|
|
matchNames:
|
|
- flux-system
|
|
selector:
|
|
matchExpressions:
|
|
- key: app
|
|
operator: Exists
|
|
podMetricsEndpoints:
|
|
- port: http-prom
|
|
honorLabels: true
|