diff --git a/docs/sources/setup/install/helm/install-microservices/_index.md b/docs/sources/setup/install/helm/install-microservices/_index.md index ae0fb27242069..3655c19f32a90 100644 --- a/docs/sources/setup/install/helm/install-microservices/_index.md +++ b/docs/sources/setup/install/helm/install-microservices/_index.md @@ -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 @@ -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 diff --git a/docs/sources/setup/install/helm/install-monolithic/_index.md b/docs/sources/setup/install/helm/install-monolithic/_index.md index 7abefd98961ab..ae3b1dd552dd0 100644 --- a/docs/sources/setup/install/helm/install-monolithic/_index.md +++ b/docs/sources/setup/install/helm/install-monolithic/_index.md @@ -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 @@ -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 diff --git a/docs/sources/setup/install/helm/install-scalable/_index.md b/docs/sources/setup/install/helm/install-scalable/_index.md index 31461b33e06f8..c6dacc533f876 100644 --- a/docs/sources/setup/install/helm/install-scalable/_index.md +++ b/docs/sources/setup/install/helm/install-scalable/_index.md @@ -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