Skip to content

Commit

Permalink
New loki configuration for minio object storage
Browse files Browse the repository at this point in the history
Removed the loki tls service credentials to noobaa, and configured some
better rate limits.
  • Loading branch information
computate committed Dec 20, 2024
1 parent 56c7b15 commit 6e154e6
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 6e154e6

Please sign in to comment.