Skip to content

Commit

Permalink
adds stateful ruler clause for boltdb shipper jsonnet (#3297)
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d authored Feb 5, 2021
1 parent 2a51fb4 commit b848ac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions production/ksonnet/loki/boltdb_shipper.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// run ingesters and queriers as statefulsets when using boltdb-shipper to avoid using node disk for storing the index.
stateful_ingesters: if self.using_boltdb_shipper then true else super.stateful_ingesters,
stateful_queriers: if self.using_boltdb_shipper then true else super.stateful_queriers,
stateful_rulers: if self.using_boltdb_shipper then true else super.stateful_rulers,

boltdb_shipper_shared_store: error 'must define boltdb_shipper_shared_store when using_boltdb_shipper=true. If this is not intentional, consider disabling it. boltdb_shipper_shared_store is a backend key from the storage_config, such as (gcs) or (s3)',
compactor_pvc_size: '10Gi',
Expand Down

0 comments on commit b848ac5

Please sign in to comment.