
This change introduces a minio function, and deploys it as part of the lma-stack. It has no persistence for now. Custom resources are added to lma-configs - logging flows to collect logs from minio (pod logs) - logging output to send logs to minio - monitoring servicemonitor to collect logs from minio - monitoring thanos objectstore & storeendpoint for minio Change-Id: Ic116f499e55a748a033c1b28534c3a38a5cb8788
12 lines
226 B
YAML
12 lines
226 B
YAML
apiVersion: logging.banzaicloud.io/v1beta1
|
|
kind: Flow
|
|
metadata:
|
|
name: lma-infra-minio
|
|
spec:
|
|
loggingRef: lma-infra-logging
|
|
match:
|
|
- select:
|
|
labels:
|
|
app: minio
|
|
localOutputRefs:
|
|
- lma-infra-minio |