Skip to content

Commit

Permalink
Merge pull request #233 from openinfradev/minio
Browse files Browse the repository at this point in the history
minio: add default ilm
  • Loading branch information
intelliguy authored Jun 22, 2023
2 parents d1b0021 + 84dcc5f commit 7c55c68
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions lma/base/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,20 +158,25 @@ charts:
- name: minio
override:
users:
- accessKey: $(defaultUser)
secretKey: $(defaultPassword)
policy: consoleAdmin
- accessKey: $(defaultUser)
secretKey: $(defaultPassword)
policy: consoleAdmin
buckets:
- name: thanos
policy: public
purge: false
versioning: true
objectlocking: false
- name: loki
policy: public
purge: false
versioning: true
objectlocking: false
- name: thanos
policy: public
purge: false
versioning: true
objectlocking: false
- name: loki
policy: public
purge: false
versioning: true
objectlocking: false
customCommands:
- ilm rule add --expire-days 90 myminio/thanos
- ilm rule add --expire-days 15 myminio/loki
- ilm ls myminio/thanos
- ilm ls myminio/loki
persistence.storageClass: $(storageClassName)
persistence.accessMode: ReadWriteOnce
persistence.size: 20Gi
Expand Down

0 comments on commit 7c55c68

Please sign in to comment.