Skip to content

Commit

Permalink
store: Enable binary index header
Browse files Browse the repository at this point in the history
  • Loading branch information
brancz committed Feb 13, 2020
1 parent 6f490d7 commit c93d93d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/all/manifests/thanos-store-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
- --grpc-address=0.0.0.0:10901
- --http-address=0.0.0.0:10902
- --objstore.config=$(OBJSTORE_CONFIG)
- --experimental.enable-index-header
env:
- name: OBJSTORE_CONFIG
valueFrom:
Expand Down
1 change: 1 addition & 0 deletions jsonnet/kube-thanos/kube-thanos-store.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
'--grpc-address=0.0.0.0:%d' % ts.service.spec.ports[0].port,
'--http-address=0.0.0.0:%d' % ts.service.spec.ports[1].port,
'--objstore.config=$(OBJSTORE_CONFIG)',
'--experimental.enable-index-header',
]) +
container.withEnv([
containerEnv.fromSecretRef(
Expand Down
1 change: 1 addition & 0 deletions manifests/thanos-store-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
- --grpc-address=0.0.0.0:10901
- --http-address=0.0.0.0:10902
- --objstore.config=$(OBJSTORE_CONFIG)
- --experimental.enable-index-header
env:
- name: OBJSTORE_CONFIG
valueFrom:
Expand Down

0 comments on commit c93d93d

Please sign in to comment.