Skip to content

Commit c282bf3

Browse files
Merge pull request #65 from grafana/update_loki_config_for_3_0
Update Loki config to match 3.0
2 parents 0980cb2 + 60af0b4 commit c282bf3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

charts/meta-monitoring/values.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,15 @@ kubeStateMetrics:
202202
loki:
203203
loki:
204204
auth_enabled: false
205+
schemaConfig:
206+
configs:
207+
- from: 2024-03-29
208+
store: tsdb
209+
object_store: s3
210+
schema: v13
211+
index:
212+
prefix: index_
213+
period: 24h
205214
storage:
206215
type: "s3"
207216
s3:
@@ -219,8 +228,13 @@ loki:
219228
secret_access_key: "{{ .Values.global.minio.rootPassword }}"
220229
compactor:
221230
retention_enabled: true
231+
delete_request_store: s3
222232
limits_config:
223233
retention_period: 30d
234+
lokiCanary:
235+
enabled: false
236+
test:
237+
enabled: false
224238
monitoring:
225239
dashboards:
226240
enabled: false

0 commit comments

Comments
 (0)