
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
11 lines
209 B
YAML
11 lines
209 B
YAML
apiVersion: monitoring.banzaicloud.io/v1alpha1
|
|
kind: StoreEndpoint
|
|
metadata:
|
|
name: lma-infra-prometheus
|
|
spec:
|
|
thanos: lma-infra-thanos
|
|
selector:
|
|
labels:
|
|
app: prometheus
|
|
storeAPI: enabled
|