Skip to content

Commit

Permalink
chore: Update Helm docs regarding bloom components (#14559)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Haudum <[email protected]>
  • Loading branch information
chaudum authored Oct 22, 2024
1 parent 8d196c0 commit e66b952
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
14 changes: 10 additions & 4 deletions docs/sources/setup/install/helm/install-microservices/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The default Helm chart deploys the following components:
- **QueryFrontend component** (2 replicas, maxUnavailable: 1): Manages frontend queries. Up to 1 replica can be unavailable during updates.
- **QueryScheduler component** (2 replicas): Schedules queries.

It is not recommended to run scalable mode with `filesystem` storage. For the purpose of this guide, we will use MinIO as the object storage to provide a complete example.
It is not recommended to run microservice mode with `filesystem` storage. For the purpose of this guide, we will use MinIO as the object storage to provide a complete example.

**Prerequisites**

Expand Down Expand Up @@ -96,7 +96,9 @@ It is not recommended to run scalable mode with `filesystem` storage. For the pu
replicas: 2
maxUnavailable: 1

bloomCompactor:
bloomPlanner:
replicas: 0
bloomBuilder:
replicas: 0
bloomGateway:
replicas: 0
Expand Down Expand Up @@ -244,7 +246,9 @@ When deploying Loki using S3 Storage **DO NOT** use the default bucket names; `
replicas: 2
maxUnavailable: 1
bloomCompactor:
bloomPlanner:
replicas: 0
bloomBuilder:
replicas: 0
bloomGateway:
replicas: 0
Expand Down Expand Up @@ -325,7 +329,9 @@ indexGateway:
replicas: 2
maxUnavailable: 1
bloomCompactor:
bloomPlanner:
replicas: 0
bloomBuilder:
replicas: 0
bloomGateway:
replicas: 0
Expand Down
12 changes: 9 additions & 3 deletions docs/sources/setup/install/helm/install-scalable/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ It is not recommended to run scalable mode with `filesystem` storage. For the pu
replicas: 0
indexGateway:
replicas: 0
bloomCompactor:
bloomPlanner:
replicas: 0
bloomBuilder:
replicas: 0
bloomGateway:
replicas: 0
Expand Down Expand Up @@ -209,7 +211,9 @@ compactor:
replicas: 0
indexGateway:
replicas: 0
bloomCompactor:
bloomPlanner:
replicas: 0
bloomBuilder:
replicas: 0
bloomGateway:
replicas: 0
Expand Down Expand Up @@ -287,7 +291,9 @@ compactor:
replicas: 0
indexGateway:
replicas: 0
bloomCompactor:
bloomPlanner:
replicas: 0
bloomBuilder:
replicas: 0
bloomGateway:
replicas: 0
Expand Down

0 comments on commit e66b952

Please sign in to comment.