Skip to content

Commit

Permalink
lower requests
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 7, 2025
1 parent 0a89848 commit 14b68eb
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions values/loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ write:
enabled: true
autoscaling:
enabled: true
minReplicas: 1
resources:
requests:
cpu: 100m
memory: 128Mi
cpu: 1m
memory: 1Mi
limits:
cpu: 200m
memory: 256Mi
Expand All @@ -46,27 +47,28 @@ read:
minReplicas: 1
resources:
requests:
cpu: 100m
memory: 128Mi
cpu: 1m
memory: 1Mi
limits:
cpu: 200m
memory: 256Mi
backend:
autoscaling:
enabled: true
minReplicas: 1
resources:
requests:
cpu: 100m
memory: 128Mi
cpu: 1m
memory: 1Mi
limits:
cpu: 200m
memory: 256Mi

gateway:
resources:
requests:
cpu: 50m
memory: 64Mi
cpu: 1m
memory: 1Mi
limits:
cpu: 100m
memory: 128Mi
Expand All @@ -80,26 +82,26 @@ compactor:
retention_delete_worker_count: 150
resources:
requests:
cpu: 100m
memory: 128Mi
cpu: 1m
memory: 1Mi
limits:
cpu: 200m
memory: 256Mi

sidecar:
resources:
requests:
cpu: 200m
memory: 256Mi
cpu: 1m
memory: 1Mi
limits:
cpu: 200m
memory: 256Mi

ruler:
resources:
requests:
cpu: 200m
memory: 256Mi
cpu: 1m
memory: 1Mi
limits:
cpu: 200m
memory: 256Mi
Expand Down

0 comments on commit 14b68eb

Please sign in to comment.