File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 172172 $._config.blocksStorageConfig +
173173 {
174174 target: 'store-gateway' ,
175+ 'limits.per-user-override-config' : '/etc/cortex/overrides.yaml' ,
175176
176177 // Persist ring tokens so that when the store-gateway will be restarted
177178 // it will pick the same tokens
204205 // one by one. This does NOT affect rolling updates: they will continue to be
205206 // rolled out one by one (the next pod will be rolled out once the previous is
206207 // ready).
207- statefulSet.mixin.spec.withPodManagementPolicy('Parallel' ),
208+ statefulSet.mixin.spec.withPodManagementPolicy('Parallel' ) +
209+ $.util.configVolumeMount('overrides' , '/etc/cortex' ),
208210
209211 store_gateway_service:
210212 $.util.serviceFor($.store_gateway_statefulset),
You can’t perform that action at this time.
0 commit comments