Skip to content

Commit b7fe6bf

Browse files
docs: removed compactor options from minIO deployment (#15367)
Co-authored-by: J Stickler <[email protected]>
1 parent 1b4363a commit b7fe6bf

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

docs/sources/setup/install/helm/install-microservices/_index.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ We do not recommend running in Microservice mode with `filesystem` storage. For
3232
- A running Kubernetes cluster (must have at least 3 nodes).
3333

3434

35-
3635
## Deploying the Helm chart for development and testing
3736

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

4139
```bash
@@ -71,10 +69,7 @@ We do not recommend running in Microservice mode with `filesystem` storage. For
7169
limits_config:
7270
allow_structured_metadata: true
7371
volume_enabled: true
74-
retention_period: 672h
75-
compactor:
76-
retention_enabled: true
77-
delete_request_store: s3
72+
7873

7974
deploymentMode: Distributed
8075

docs/sources/setup/install/helm/install-monolithic/_index.md

-8
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ loki:
5858
limits_config:
5959
allow_structured_metadata: true
6060
volume_enabled: true
61-
retention_period: 672h # 28 days retention
62-
compactor:
63-
retention_enabled: true
64-
delete_request_store: s3
6561
ruler:
6662
enable_api: true
6763

@@ -136,10 +132,6 @@ loki:
136132
limits_config:
137133
allow_structured_metadata: true
138134
volume_enabled: true
139-
retention_period: 672h # 28 days retention
140-
compactor:
141-
retention_enabled: true
142-
delete_request_store: s3
143135
ruler:
144136
enable_api: true
145137

docs/sources/setup/install/helm/install-scalable/_index.md

-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ The following steps show how to deploy the Loki Helm chart in simple scalable mo
7373
limits_config:
7474
allow_structured_metadata: true
7575
volume_enabled: true
76-
retention_period: 672h
77-
compactor:
78-
retention_enabled: true
79-
delete_request_store: s3
8076

8177
deploymentMode: SimpleScalable
8278

0 commit comments

Comments
 (0)