Skip to content

Commit

Permalink
Update cortex vendor (grafana#610)
Browse files Browse the repository at this point in the history
* Update cortex vendor
Use query max look back from cortex
Update config changes from cortex
Fixed breaking code due to updating cortex vendor

* fixed linter error
  • Loading branch information
sandeepsukhani authored and cyriltovena committed May 24, 2019
1 parent 30209ec commit 2b73000
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ config:
chunk_block_size: 262144
lifecycler:
ring:
store: inmemory
kvstore:
store: inmemory
replication_factor: 1

## Different ring configs can be used. E.g. Consul
Expand Down Expand Up @@ -56,7 +57,7 @@ config:
directory: /data/loki/index
filesystem:
directory: /data/loki/chunks
querier:
chunk_store_config:
max_look_back_period: 0

deploymentStrategy: RollingUpdate
Expand Down

0 comments on commit 2b73000

Please sign in to comment.