forked from Deuxfleurs/infrastructure
Update garage to v0.3.0
This commit is contained in:
parent
73d30b9aa5
commit
a26d41259a
2 changed files with 3 additions and 4 deletions
|
@ -3,6 +3,8 @@ block_size = 1048576
|
|||
metadata_dir = "/garage/meta"
|
||||
data_dir = "/garage/data"
|
||||
|
||||
replication_mode = "3"
|
||||
|
||||
rpc_bind_addr = "[::]:3901"
|
||||
|
||||
consul_host = "consul.service.2.cluster.deuxfleurs.fr:8500"
|
||||
|
@ -11,9 +13,6 @@ consul_service_name = "garage-rpc"
|
|||
bootstrap_peers = []
|
||||
|
||||
max_concurrent_rpc_requests = 12
|
||||
data_replication_factor = 3
|
||||
meta_replication_factor = 3
|
||||
meta_epidemic_fanout = 3
|
||||
|
||||
[rpc_tls]
|
||||
ca_cert = "/garage/garage-ca.crt"
|
||||
|
|
|
@ -25,7 +25,7 @@ job "garage" {
|
|||
driver = "docker"
|
||||
config {
|
||||
advertise_ipv6_address = true
|
||||
image = "superboum/garage_amd64:6ccffc3162"
|
||||
image = "lxpz/garage_amd64:v0.3.0"
|
||||
network_mode = "host"
|
||||
volumes = [
|
||||
"/mnt/storage/garage/data:/garage/data",
|
||||
|
|
Loading…
Reference in a new issue