Skip to content

Commit

Permalink
update requests resources
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 10, 2025
1 parent 3a683f1 commit db2b7a4
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ loki:
replication_factor: 1
schemaConfig:
configs:
- from: 2024-04-01
- from: "2024-04-01"
index:
period: 24h
prefix: index_
Expand All @@ -79,7 +79,7 @@ backend:
cpu: 1m
memory: 1Mi
limits:
cpu: 200m
cpu: 500m
memory: 512Mi
bloomCompactor:
replicas: 0
Expand All @@ -90,13 +90,6 @@ chunksCache:
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
Expand Down Expand Up @@ -153,8 +146,8 @@ read:
cpu: 1m
memory: 1Mi
limits:
cpu: 200m
memory: 256Mi
cpu: 500m
memory: 512Mi
resultsCache:
enabled: false
ruler:
Expand Down Expand Up @@ -191,7 +184,7 @@ write:
cpu: 1m
memory: 1Mi
limits:
cpu: 200m
cpu: 500m
memory: 512Mi
extraVolumesMounts:
- name: data
Expand Down

0 comments on commit db2b7a4

Please sign in to comment.