diff options
author | Alex Auvolat <alex@adnab.me> | 2022-08-25 13:59:40 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-25 13:59:40 +0200 |
commit | 72d033dcd40a65ccf7f41f51af356ffc20144c30 (patch) | |
tree | 2b1247bcae11a1f993590bc9db8bf08a53564350 /cluster/prod/garage/config | |
parent | fd3ed44dad783c15f2793788f9384d48760666a3 (diff) | |
download | nixcfg-72d033dcd40a65ccf7f41f51af356ffc20144c30.tar.gz nixcfg-72d033dcd40a65ccf7f41f51af356ffc20144c30.zip |
Remove garage files at bad location, add basic telemetry
Diffstat (limited to 'cluster/prod/garage/config')
-rw-r--r-- | cluster/prod/garage/config/garage.toml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/cluster/prod/garage/config/garage.toml b/cluster/prod/garage/config/garage.toml deleted file mode 100644 index a721886..0000000 --- a/cluster/prod/garage/config/garage.toml +++ /dev/null @@ -1,24 +0,0 @@ -block_size = 1048576 - -metadata_dir = "/meta" -data_dir = "/data" - -replication_mode = "3" - -rpc_bind_addr = "[::]:3901" -rpc_secret = "{{ key "secrets/garage/rpc_secret" | trimSpace }}" - -sled_cache_capacity = 536870912 -sled_sync_interval_ms = 10000 - -[s3_api] -s3_region = "garage" -api_bind_addr = "[::]:3900" -root_domain = ".garage.deuxfleurs.fr" - -[s3_web] -bind_addr = "[::]:3902" -root_domain = ".web.deuxfleurs.fr" - -[admin] -api_bind_addr = "[::1]:3903" |