mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 08:30:37 +00:00
staging: enable automatic layer eviction at 20m threshold + period (#3636)
What it says on the tin. Part of #2476
This commit is contained in:
committed by
GitHub
parent
53128d56d9
commit
8d28a24b26
5
.github/ansible/staging.eu-west-1.hosts.yaml
vendored
5
.github/ansible/staging.eu-west-1.hosts.yaml
vendored
@@ -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 }}"
|
||||
|
||||
5
.github/ansible/staging.us-east-2.hosts.yaml
vendored
5
.github/ansible/staging.us-east-2.hosts.yaml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user