Add production environment, replication for garage
Also deploy a third node in a different data center
This commit is contained in:
@@ -30,7 +30,8 @@ template '/etc/garage.toml' do
|
||||
s3_web_root_domain: node['garage']['s3_web_root_domain'] || '.web.garage.localhost',
|
||||
k2v_api_port: node['garage']['k2v_api_port'],
|
||||
admin_port: node['garage']['admin_port'],
|
||||
admin_token: credentials['admin_token']
|
||||
admin_token: credentials['admin_token'],
|
||||
replication_mode: node['garage']['replication_mode']
|
||||
notifies :restart, 'service[garage]', :delayed
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user