Skip to content

Commit

Permalink
docs: removed compactor options from minIO deployment (#15367)
Browse files Browse the repository at this point in the history
Co-authored-by: J Stickler <[email protected]>
(cherry picked from commit b7fe6bf)
  • Loading branch information
Jayclifford345 authored and grafana-delivery-bot[bot] committed Dec 11, 2024
1 parent 37e6cda commit 2b033c0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ We do not recommend running in Microservice mode with `filesystem` storage. For
- A running Kubernetes cluster (must have at least 3 nodes).



## Deploying the Helm chart for development and testing


1. Add [Grafana's chart repository](https://github.com/grafana/helm-charts) to Helm:

```bash
Expand Down Expand Up @@ -71,10 +69,7 @@ We do not recommend running in Microservice mode with `filesystem` storage. For
limits_config:
allow_structured_metadata: true
volume_enabled: true
retention_period: 672h
compactor:
retention_enabled: true
delete_request_store: s3


deploymentMode: Distributed

Expand Down
8 changes: 0 additions & 8 deletions docs/sources/setup/install/helm/install-monolithic/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ loki:
limits_config:
allow_structured_metadata: true
volume_enabled: true
retention_period: 672h # 28 days retention
compactor:
retention_enabled: true
delete_request_store: s3
ruler:
enable_api: true

Expand Down Expand Up @@ -136,10 +132,6 @@ loki:
limits_config:
allow_structured_metadata: true
volume_enabled: true
retention_period: 672h # 28 days retention
compactor:
retention_enabled: true
delete_request_store: s3
ruler:
enable_api: true
Expand Down
4 changes: 0 additions & 4 deletions docs/sources/setup/install/helm/install-scalable/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ The following steps show how to deploy the Loki Helm chart in simple scalable mo
limits_config:
allow_structured_metadata: true
volume_enabled: true
retention_period: 672h
compactor:
retention_enabled: true
delete_request_store: s3

deploymentMode: SimpleScalable

Expand Down

0 comments on commit 2b033c0

Please sign in to comment.