Skip to content

Commit

Permalink
give more mem to backend and write
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 1, 2025
1 parent 50c67d0 commit f2938be
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,40 +33,11 @@ loki:
admin: ${s3_bucket_name}
chunks: ${s3_bucket_name}
ruler: ${s3_bucket_name}
<<<<<<< HEAD
s3:
s3: s3://${region}
bucketName: ${s3_bucket_name}
region: ${region}
s3ForcePathStyle: false
=======
admin: ${s3_bucket_name}
object_store:
s3:
bucketName: ${s3_bucket_name}
endpoint: s3.${region}.amazonaws.com
region: ${region}
use_thanos_objstore: true
pattern_ingester:
enabled: false
# Provisioner settings
provisioner:
image:
repository: ${provisioner_image_repository}
tag: ${provisioner_image_tag}
querier:
max_concurrent: 2
replication_factor: 1
schemaConfig:
configs:
- from: 2024-04-01
index:
period: 24h
prefix: index_
object_store: s3
schema: v13
store: tsdb
>>>>>>> 895316f (add path_prefix)
tracing:
enabled: true

Expand Down Expand Up @@ -218,7 +189,7 @@ write:
memory: 128Mi
limits:
cpu: 200m
memory: 256Mi
memory: 512Mi
extraVolumesMounts:
- name: data
mountPath: /loki
Expand Down

0 comments on commit f2938be

Please sign in to comment.