Skip to content

Commit

Permalink
Fixes store load time bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav Thakur committed Apr 22, 2020
1 parent 254f936 commit 482c98a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions monitoring/prometheus-ha/07-thanos-store-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ spec:
spec:
containers:
- name: thanos
image: quay.io/thanos/thanos:v0.9.0
image: quay.io/thanos/thanos:v0.12.0
args:
- "store"
- --grpc-address=0.0.0.0:10901
- --http-address=0.0.0.0:10902
- "--log.level=debug"
- "--data-dir=/data"
- "--objstore.config={type: GCS, config: {bucket: prometheus-long-term}}"
env:
Expand Down

0 comments on commit 482c98a

Please sign in to comment.