From 45a2375aa84b9fa74144e5091036453ecb2e6177 Mon Sep 17 00:00:00 2001 From: Martin DONADIEU Date: Mon, 23 Sep 2024 12:20:05 -0300 Subject: [PATCH] Update fly.toml --- fly.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fly.toml b/fly.toml index 197a4f0..a1b5184 100644 --- a/fly.toml +++ b/fly.toml @@ -8,6 +8,11 @@ app = 'supabase-grafana-metrics' [[mounts]] source = 'supabase_metrics_data' destination = '/data' + initial_size = "1GB" + auto_extend_size_threshold = 80 + auto_extend_size_increment = "1GB" + auto_extend_size_limit = "10GB" + [http_service] internal_port = 8080