Update fly.staging.toml
This commit is contained in:
parent
7ca431b202
commit
01cc91c53d
@ -27,6 +27,14 @@ kill_timeout = '5s'
|
|||||||
hard_limit = 100
|
hard_limit = 100
|
||||||
soft_limit = 50
|
soft_limit = 50
|
||||||
|
|
||||||
|
[[http_service.checks]]
|
||||||
|
grace_period = "10s"
|
||||||
|
interval = "30s"
|
||||||
|
method = "GET"
|
||||||
|
timeout = "5s"
|
||||||
|
path = "/"
|
||||||
|
|
||||||
|
|
||||||
[[services]]
|
[[services]]
|
||||||
protocol = 'tcp'
|
protocol = 'tcp'
|
||||||
internal_port = 8080
|
internal_port = 8080
|
||||||
|
Loading…
Reference in New Issue
Block a user