Skip to content

Commit

Permalink
Fix values for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Mar 2, 2024
1 parent fdd30be commit 982c33e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions charts/quickwit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,15 +283,20 @@ bootstrap:
# Quickwit configuration
config:
# Metastore configuration.
metastore_uri: s3://quickwit/indexes
# postgres: {}
# Default to `qwdata/indexes` if not set.
# S3 metastore
# metastore_uri: s3://quickwit/indexes
#
# Postgres metastore
# postgres:
# host: ""
# port: 5432
# database: metastore
# username: quickwit
# password: ""
# max_num_connections: 50

# Storage configuration.
# storage:
# s3:
# endpoint: "http://custom-s3-endpoint"
Expand All @@ -305,6 +310,7 @@ config:
# access_key: "my-azure-blob-access-key"

default_index_root_uri: s3://quickwit/indexes

# Indexer settings
# indexer:
# split_store_max_num_bytes: 200G
Expand Down

0 comments on commit 982c33e

Please sign in to comment.