Commit b7fe6bf 1 parent 1b4363a commit b7fe6bf Copy full SHA for b7fe6bf
File tree 3 files changed +1
-18
lines changed
docs/sources/setup/install/helm
3 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,8 @@ We do not recommend running in Microservice mode with `filesystem` storage. For
32
32
- A running Kubernetes cluster (must have at least 3 nodes).
33
33
34
34
35
-
36
35
## Deploying the Helm chart for development and testing
37
36
38
-
39
37
1 . Add [ Grafana's chart repository] ( https://github.com/grafana/helm-charts ) to Helm:
40
38
41
39
``` bash
@@ -71,10 +69,7 @@ We do not recommend running in Microservice mode with `filesystem` storage. For
71
69
limits_config :
72
70
allow_structured_metadata : true
73
71
volume_enabled : true
74
- retention_period : 672h
75
- compactor :
76
- retention_enabled : true
77
- delete_request_store : s3
72
+
78
73
79
74
deploymentMode : Distributed
80
75
Original file line number Diff line number Diff line change 58
58
limits_config :
59
59
allow_structured_metadata : true
60
60
volume_enabled : true
61
- retention_period : 672h # 28 days retention
62
- compactor :
63
- retention_enabled : true
64
- delete_request_store : s3
65
61
ruler :
66
62
enable_api : true
67
63
@@ -136,10 +132,6 @@ loki:
136
132
limits_config:
137
133
allow_structured_metadata: true
138
134
volume_enabled: true
139
- retention_period: 672h # 28 days retention
140
- compactor:
141
- retention_enabled: true
142
- delete_request_store: s3
143
135
ruler:
144
136
enable_api: true
145
137
Original file line number Diff line number Diff line change @@ -73,10 +73,6 @@ The following steps show how to deploy the Loki Helm chart in simple scalable mo
73
73
limits_config :
74
74
allow_structured_metadata : true
75
75
volume_enabled : true
76
- retention_period : 672h
77
- compactor :
78
- retention_enabled : true
79
- delete_request_store : s3
80
76
81
77
deploymentMode : SimpleScalable
82
78
You can’t perform that action at this time.
0 commit comments