Skip to content

Commit

Permalink
add some back
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 8, 2025
1 parent 1a7899d commit 3cca6ca
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ loki:
object_store: s3
schema: v13
store: tsdb

tracing:
enabled: true

Expand All @@ -83,8 +84,23 @@ bloomCompactor:
replicas: 0
bloomGateway:
replicas: 0
chunksCache:
enabled: false
compactor:
compaction_interval: 10m
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 @@ -94,17 +110,28 @@ gateway:
autoscaling:
enabled: true
targetCPUUtilizationPercentage: 80
replicas: 1
resources:
requests:
cpu: 1m
memory: 1Mi
limits:
cpu: 100m
memory: 128Mi
indexGateway:
replicas: 0
ingester:
replicas: 0
lokiCanary:
enabled: false
memcached:
enabled: false
chunk_cache:
enabled: false
results_cache:
enabled: false
memcachedExporter:
enabled: false
querier:
replicas: 0
queryFrontend:
Expand All @@ -127,6 +154,10 @@ read:
limits:
cpu: 200m
memory: 256Mi
resultsCache:
enabled: false
ruler:
enabled: false
serviceAccount:
annotations:
eks.amazonaws.com/role-arn: ${iam_role_arn}
Expand Down

0 comments on commit 3cca6ca

Please sign in to comment.