23 lines
565 B
YAML
23 lines
565 B
YAML
---
|
|
# yaml-language-server: $schema=https://schemas.tholinka.dev/monitoring.coreos.com/podmonitor_v1.json
|
|
apiVersion: monitoring.coreos.com/v1
|
|
kind: PodMonitor
|
|
metadata:
|
|
name: flux-components
|
|
spec:
|
|
namespaceSelector:
|
|
matchNames:
|
|
- flux-system
|
|
podMetricsEndpoints:
|
|
- honorLabels: true
|
|
port: http-prom
|
|
selector:
|
|
matchExpressions:
|
|
- key: app.kubernetes.io/component
|
|
operator: In
|
|
values:
|
|
- helm-controller
|
|
- source-controller
|
|
- kustomize-controller
|
|
- notification-controller
|