forked from Deuxfleurs/nixcfg
staging: garage update
This commit is contained in:
parent
7ab91a16e9
commit
8513003388
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ job "garage-staging" {
|
||||||
|
|
||||||
update {
|
update {
|
||||||
max_parallel = 1
|
max_parallel = 1
|
||||||
stagger = "30s"
|
stagger = "1m"
|
||||||
min_healthy_time = "10s"
|
min_healthy_time = "10s"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ job "garage-staging" {
|
||||||
config {
|
config {
|
||||||
packages = [
|
packages = [
|
||||||
"#bash", # so that we can enter a shell inside container
|
"#bash", # so that we can enter a shell inside container
|
||||||
"git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=admin-health-api&rev=d7868c48a4d8d5831051a0be088fe7bbec259bca",
|
"git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=cli-improvements&rev=041b60ed1dc48563ad297a6a30230655555c9a20",
|
||||||
]
|
]
|
||||||
command = "garage"
|
command = "garage"
|
||||||
args = [ "server" ]
|
args = [ "server" ]
|
Loading…
Reference in a new issue