Skip to content

Commit

Permalink
more values
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 10, 2025
1 parent addd092 commit 8a9b621
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ loki:
analytics:
reporting_enabled: true
auth_enabled: false
compactor:
retention_enabled: true
delete_request_store: true
commonConfig:
path_prefix: /loki
image:
Expand All @@ -30,20 +33,9 @@ loki:
reject_old_samples: true
retention_period: 2160h
split_queries_by_interval: 15m
# Storage configuration
storage:
bucketNames:
chunks: ${s3_bucket_name}
ruler: ${s3_bucket_name}
admin: ${s3_bucket_name}
object_store:
s3:
bucketName: ${s3_bucket_name}
endpoint: s3.${region}.amazonaws.com
region: ${region}
use_thanos_objstore: true
volume_enabled: true
pattern_ingester:
enabled: false
enabled: true
# Provisioner settings
provisioner:
image:
Expand All @@ -61,6 +53,23 @@ loki:
object_store: s3
schema: v13
store: tsdb
# Storage configuration
storage:
bucketNames:
chunks: ${s3_bucket_name}
ruler: ${s3_bucket_name}
admin: ${s3_bucket_name}
object_store:
s3:
bucketName: ${s3_bucket_name}
endpoint: s3.${region}.amazonaws.com
region: ${region}
use_thanos_objstore: true
storage_config:
aws:
region: ${region}
s3forcepathstyle: false
bucketnames: ${s3_bucket_name}
tracing:
enabled: true

Expand Down

0 comments on commit 8a9b621

Please sign in to comment.