Add production environment, replication for garage

Also deploy a third node in a different data center
This commit is contained in:
Râu Cao
2022-11-24 20:01:18 +01:00
committed by Gitea
parent b5ff60214c
commit 20e6bdb7f9
8 changed files with 93 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "production",
"override_attributes": {
"garage": {
"replication_mode": "2",
"s3_api_root_domain": ".s3.garage.kosmos.org",
"s3_web_root_domain": ".web.garage.kosmos.org"
}
}
}