We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0980cb2 + 60af0b4 commit c282bf3Copy full SHA for c282bf3
charts/meta-monitoring/values.yaml
@@ -202,6 +202,15 @@ kubeStateMetrics:
202
loki:
203
204
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
214
storage:
215
type: "s3"
216
s3:
@@ -219,8 +228,13 @@ loki:
219
228
secret_access_key: "{{ .Values.global.minio.rootPassword }}"
220
229
compactor:
221
230
retention_enabled: true
231
+ delete_request_store: s3
222
232
limits_config:
223
233
retention_period: 30d
234
+ lokiCanary:
235
+ enabled: false
236
+ test:
237
224
238
monitoring:
225
239
dashboards:
226
240
enabled: false
0 commit comments