Skip to content

Commit

Permalink
Merge pull request #630 from computate/loki-minio
Browse files Browse the repository at this point in the history
New loki configuration for minio object storage
  • Loading branch information
computate authored Dec 20, 2024
2 parents 56c7b15 + 6e154e6 commit ef59e13
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions loki/base/lokistacks/lokistack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ spec:
limits:
global:
ingestion:
ingestionBurstSize: 10
ingestionRate: 10
perStreamRateLimit: 10
ingestionBurstSize: 20
ingestionRate: 20
perStreamRateLimit: 20
perStreamRateLimitBurst: 20
retention:
days: 90
Expand All @@ -28,8 +28,6 @@ spec:
secret:
name: thanos-object-storage
type: s3
tls:
caName: openshift-service-ca.crt
tenants:
mode: openshift-logging
openshift:
Expand Down

0 comments on commit ef59e13

Please sign in to comment.