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

Commit dedcf7f

Browse files
committed
Fix
Signed-off-by: Marco Pracucci <marco@pracucci.com>
1 parent 1a365dd commit dedcf7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cortex/tsdb.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@
230230
container.withPorts($.store_gateway_ports) +
231231
container.withArgsMixin($.util.mapToFlags($.store_gateway_args)) +
232232
container.withVolumeMountsMixin([volumeMount.new('store-gateway-data', '/data')]) +
233-
k.util.resourcesRequests('1', '12Gi') +
234-
k.util.resourcesLimits(null, '18Gi') +
233+
$.util.resourcesRequests('1', '12Gi') +
234+
$.util.resourcesLimits(null, '18Gi') +
235235
$.util.readinessProbe +
236236
$.jaeger_mixin,
237237

0 commit comments

Comments
 (0)