Skip to content

Commit

Permalink
increase requests
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 12, 2025
1 parent 4a00ac9 commit 08ba8d5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ backend:
replicas: 3
resources:
requests:
cpu: 1m
memory: 1Mi
cpu: 10m
memory: 128Mi
limits:
cpu: 1000m
memory: 512Mi
Expand All @@ -90,8 +90,8 @@ gateway:
replicas: 1
resources:
requests:
cpu: 1m
memory: 1Mi
cpu: 10m
memory: 128Mi
limits:
cpu: 100m
memory: 128Mi
Expand Down Expand Up @@ -123,8 +123,8 @@ read:
replicas: 3
resources:
requests:
cpu: 1m
memory: 1Mi
cpu: 10m
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi
Expand All @@ -141,8 +141,8 @@ sidecar:
tag: ${sidecar_image_tag}
resources:
requests:
cpu: 1m
memory: 1Mi
cpu: 10m
memory: 128Mi
limits:
cpu: 200m
memory: 256Mi
Expand All @@ -160,8 +160,8 @@ write:
targetCPUUtilizationPercentage: 80
resources:
requests:
cpu: 1m
memory: 1Mi
cpu: 10m
memory: 128Mi
limits:
cpu: 1000m
memory: 512Mi

0 comments on commit 08ba8d5

Please sign in to comment.