Skip to content

Commit

Permalink
Increase loki limits
Browse files Browse the repository at this point in the history
Signed-off-by: GeorgeGedox <[email protected]>
  • Loading branch information
GeorgeGedox committed Sep 8, 2023
1 parent 24160f1 commit e2c466c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cluster/apps/monitoring/loki/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,22 @@ spec:
ingestion_burst_size_mb: 1000
per_stream_rate_limit: 5MB
per_stream_rate_limit_burst: 20MB
split_queries_by_interval: 15m
split_queries_by_interval: 24h
reject_old_samples: true
reject_old_samples_max_age: 168h
max_cache_freshness_per_query: 10m
max_query_parallelism: 100
storage:
type: filesystem
query_scheduler:
max_outstanding_requests_per_tenant: 4096
frontend:
max_outstanding_per_tenant: 4096
singleBinary:
replicas: 1
persistence:
size: 5Gi
storageClass: longhorn
query_scheduler:
max_outstanding_requests_per_tenant: 4096
gateway:
image:
registry: ghcr.io
Expand Down

0 comments on commit e2c466c

Please sign in to comment.