
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
13 lines
258 B
YAML
13 lines
258 B
YAML
apiVersion: monitoring.banzaicloud.io/v1alpha1
|
|
kind: ObjectStore
|
|
metadata:
|
|
name: lma-infra-thanos-minio
|
|
spec:
|
|
config:
|
|
mountFrom:
|
|
secretKeyRef:
|
|
name: lma-infra-object-store
|
|
key: thanos-config.yaml
|
|
bucketWeb: {}
|
|
compactor: {}
|