Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: removed compactor options from minIO deployment #15367

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Loading