Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 10, 2025
1 parent 9acc3cb commit 3aeb21f
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ loki:
delete_request_store: true
commonConfig:
path_prefix: /loki
replication_factor: 1
image:
repository: ${loki_image_repository}
tag: ${loki_image_tag}
Expand All @@ -24,16 +25,11 @@ loki:
limits_config:
allow_structured_metadata: true
ingestion_rate_strategy: local
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
volume_enabled: true
pattern_ingester:
enabled: true
# Provisioner settings
Expand All @@ -43,16 +39,15 @@ loki:
tag: ${provisioner_image_tag}
querier:
max_concurrent: 2
replication_factor: 1
schemaConfig:
configs:
- from: "2024-04-01"
store: tsdb
object_store: s3
schema: v13
index:
prefix: index_
period: 24h
object_store: s3
schema: v13
store: tsdb
# Storage configuration
storage:
bucketNames:
Expand Down Expand Up @@ -82,7 +77,7 @@ backend:
cpu: 1m
memory: 1Mi
limits:
cpu: 500m
cpu: 1000m
memory: 512Mi
bloomCompactor:
replicas: 0
Expand Down Expand Up @@ -187,7 +182,7 @@ write:
cpu: 1m
memory: 1Mi
limits:
cpu: 500m
cpu: 1000m
memory: 512Mi
extraVolumesMounts:
- name: data
Expand Down

0 comments on commit 3aeb21f

Please sign in to comment.