staging: enable automatic layer eviction at 20m threshold + period (#3636)

What it says on the tin.

Part of #2476
This commit is contained in:
Christian Schwarz
2023-02-17 17:32:01 +01:00
committed by GitHub
parent 53128d56d9
commit 8d28a24b26
2 changed files with 10 additions and 0 deletions

View File

@@ -8,6 +8,11 @@ storage:
pg_distrib_dir: /usr/local
metric_collection_endpoint: http://console-staging.local/billing/api/v1/usage_events
metric_collection_interval: 10min
tenant_config:
eviction_policy:
kind: "LayerAccessThreshold"
period: "20m"
threshold: "20m"
remote_storage:
bucket_name: "{{ bucket_name }}"
bucket_region: "{{ bucket_region }}"

View File

@@ -8,6 +8,11 @@ storage:
pg_distrib_dir: /usr/local
metric_collection_endpoint: http://console-staging.local/billing/api/v1/usage_events
metric_collection_interval: 10min
tenant_config:
eviction_policy:
kind: "LayerAccessThreshold"
period: "20m"
threshold: "20m"
remote_storage:
bucket_name: "{{ bucket_name }}"
bucket_region: "{{ bucket_region }}"