Adjust check interval

This commit is contained in:
Daniel Berteaud 2024-04-05 10:11:49 +02:00
parent e933fc36fc
commit 550142b5de
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM danielberteaud/alma:9.24.3-1
FROM danielberteaud/alma:9.24.4-1
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG OO_VERSION=8.0.1

View File

@ -73,11 +73,11 @@ job "onlyoffice" {
type = "http"
path = "/healthcheck"
expose = true
interval = "10s"
interval = "30s"
timeout = "8s"
check_restart {
limit = 30
limit = 15
grace = "2m"
}
}
@ -193,7 +193,7 @@ _EOT
user = 1053
config {
image = "danielberteaud/wait-for:24.3-1"
image = "danielberteaud/wait-for:24.4-1"
readonly_rootfs = true
pids_limit = 20
}

View File

@ -28,11 +28,11 @@ job "[[ .instance ]]" {
type = "http"
path = "/healthcheck"
expose = true
interval = "10s"
interval = "30s"
timeout = "8s"
check_restart {
limit = 30
limit = 15
grace = "2m"
}
}