Skip to content

Commit

Permalink
Increased production distributors memory request and limit (#1699)
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <marco@pracucci.com>
  • Loading branch information
pracucci authored Feb 14, 2020
1 parent d6b8587 commit 32d4f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions production/ksonnet/loki/distributor.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
container.mixin.readinessProbe.httpGet.withPort(80) +
container.mixin.readinessProbe.withInitialDelaySeconds(15) +
container.mixin.readinessProbe.withTimeoutSeconds(1) +
$.util.resourcesRequests('500m', '100Mi') +
$.util.resourcesLimits('1', '200Mi'),
$.util.resourcesRequests('500m', '500Mi') +
$.util.resourcesLimits('1', '1Gi'),

local deployment = $.apps.v1.deployment,

Expand Down

0 comments on commit 32d4f6c

Please sign in to comment.