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
8 lines
140 B
YAML
8 lines
140 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: minio
|
|
spec:
|
|
url: https://helm.min.io/
|
|
interval: 10m
|