mirror of https://github.com/fluxcd/flux2.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
557 B
YAML
25 lines
557 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: In
|
|
values:
|
|
- helm-controller
|
|
- source-controller
|
|
- kustomize-controller
|
|
- notification-controller
|
|
- image-automation-controller
|
|
- image-reflector-controller
|
|
podMetricsEndpoints:
|
|
- port: http-prom
|