Skip to content

Commit

Permalink
fix values
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 7, 2025
1 parent 54f31cf commit c1d791b
Showing 1 changed file with 23 additions and 17 deletions.
40 changes: 23 additions & 17 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,26 @@ loki:
chunk_encoding: snappy
limits_config:
allow_structured_metadata: true
query_timeout: 30s
max_streams_per_user: 1000
max_query_parallelism: 32
max_query_length: 2160h
ingestion_rate_strategy: local
split_queries_by_interval: 15m
max_cache_freshness_per_query: 10m
max_query_length: 2160h
max_query_parallelism: 32
max_streams_per_user: 1000
query_timeout: 300s
reject_old_samples_max_age: 168h
reject_old_samples: true
retention_period: 2160h
split_queries_by_interval: 15m
# Storage configuration
use_thanos_objstore: true
object_store:
s3:
bucketName: ${s3_bucket_name}
endpoint: s3.${region}.amazonaws.com
region: ${region}
storage:
use_thanos_objstore: true
object_store:
s3:
bucketName: ${s3_bucket_name}
endpoint: s3.${region}.amazonaws.com
region: ${region}
pattern_ingester:
enabled: false
# Provisioner settings
provisioner:
image:
Expand All @@ -50,9 +53,11 @@ loki:
object_store: s3
schema: v13
store: tsdb

tracing:
enabled: true


backend:
autoscaling:
enabled: true
Expand All @@ -76,20 +81,20 @@ bloomGateway:
chunksCache:
enabled: false
compactor:
replicas: 0
working_directory: /loki/compactor
shared_store: s3
compaction_interval: 10m
retention_enabled: true
retention_delete_delay: 2h
retention_delete_worker_count: 150
replicas: 0
resources:
requests:
cpu: 1m
memory: 1Mi
limits:
cpu: 200m
memory: 256Mi
retention_delete_delay: 2h
retention_delete_worker_count: 150
retention_enabled: true
shared_store: s3
working_directory: /loki/compactor
distributer:
replicas: 0
gateway:
Expand All @@ -99,6 +104,7 @@ gateway:
autoscaling:
enabled: true
targetCPUUtilizationPercentage: 80
replicas: 1
resources:
requests:
cpu: 1m
Expand Down

0 comments on commit c1d791b

Please sign in to comment.