Skip to content
Snippets Groups Projects
Commit 55137295 authored by Varac's avatar Varac
Browse files

Merge branch '861-limit-loki-storage-size' into 'master'

Resolve "Limit Loki storage size"

Closes #861

See merge request openappstack/openappstack!450
parents d5ec44f0 a15a524f
No related branches found
No related tags found
No related merge requests found
......@@ -66,10 +66,10 @@ spec:
reject_old_samples: true
reject_old_samples_max_age: 168h # 7 days
chunk_store_config:
max_look_back_period: 672h # 28 days
max_look_back_period: 336h # 14 days
table_manager:
retention_deletes_enabled: true
retention_period: 672h # 28 days
retention_period: 336h # 14 days
# Allow custom values either by configMap or by secret
valuesFrom:
- kind: ConfigMap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment