Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 6c3e987

Browse files
authored
Merge pull request #103 from grafana/run-store-gateway-without-cpu-limit
Run store-gateway without CPU limits
2 parents 4a749a3 + ad39b6d commit 6c3e987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex/tsdb.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
container.withArgsMixin($.util.mapToFlags($.store_gateway_args)) +
172172
container.withVolumeMountsMixin([volumeMount.new('store-gateway-data', '/data')]) +
173173
$.util.resourcesRequests('1', '6Gi') +
174-
$.util.resourcesLimits('1', '6Gi') +
174+
$.util.resourcesLimits(null, '6Gi') +
175175
$.util.readinessProbe +
176176
$.jaeger_mixin,
177177

0 commit comments

Comments
 (0)