Skip to content

Commit

Permalink
Fix jsonnet for index-gateway (#3877)
Browse files Browse the repository at this point in the history
* set index-gateway image in jsonnet

* update instead of overriding boltdb-shipper storage config
  • Loading branch information
sandeepsukhani authored Jun 22, 2021
1 parent b77bb56 commit e08fbd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion production/ksonnet/loki/boltdb_shipper.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
write_dedupe_cache_config:: {},
},
storage_config+: {
boltdb_shipper: {
boltdb_shipper+: {
shared_store: $._config.boltdb_shipper_shared_store,
active_index_directory: '/data/index',
cache_location: '/data/boltdb-cache',
Expand Down
1 change: 1 addition & 0 deletions production/ksonnet/loki/images.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
query_frontend: self.loki,
ruler: self.loki,
compactor: self.loki,
index_gateway: self.loki,
},
}

0 comments on commit e08fbd1

Please sign in to comment.