Update Garage and change a few config parameters
This commit is contained in:
parent
41e1a31bb9
commit
0b16fd1c08
2 changed files with 5 additions and 2 deletions
|
@ -8,6 +8,9 @@ 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"
|
||||
|
|
|
@ -25,7 +25,7 @@ job "garage" {
|
|||
driver = "docker"
|
||||
config {
|
||||
advertise_ipv6_address = true
|
||||
image = "dxflrs/amd64_garage:v0.6.0"
|
||||
image = "dxflrs/amd64_garage:d2c54abf8afb0703a4eaa69ea2847879c7edc5a1"
|
||||
command = "/garage"
|
||||
args = [ "server" ]
|
||||
network_mode = "host"
|
||||
|
@ -45,7 +45,7 @@ job "garage" {
|
|||
}
|
||||
|
||||
resources {
|
||||
memory = 1000
|
||||
memory = 1500
|
||||
cpu = 1000
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue