Skip to content

Commit

Permalink
docs: removed compactor options from minIO deployment (backport relea…
Browse files Browse the repository at this point in the history
…se-3.0.x) (#15373)

Co-authored-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com>
  • Loading branch information
loki-gh-app[bot] and Jayclifford345 authored Dec 11, 2024
1 parent b0fbe14 commit bfcda43
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 bfcda43

Please sign in to comment.