Files
treasuremap/manifests/function/minio/helmrepository.yaml
Steven Fitzpatrick 5b05aa77ab Treasuremap Storage for LMA composite
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
2021-03-15 15:16:09 +00:00

8 lines
140 B
YAML

apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: minio
spec:
url: https://helm.min.io/
interval: 10m