-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathfly.toml
More file actions
43 lines (35 loc) 路 730 Bytes
/
Copy pathfly.toml
File metadata and controls
43 lines (35 loc) 路 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# fly.toml file generated for aglio on 2022-08-27T12:52:19-04:00
app = "verdant-scale-test"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[build]
dockerfile = "Dockerfile.scaleTest"
[env]
HOST = "https://verdant-scale-test.fly.dev"
[experimental]
allowed_public_ports = []
auto_rollback = true
[[services]]
internal_port = 3000
protocol = "tcp"
[services.concurrency]
type = "connections"
hard_limit = 1000
soft_limit = 1000
[[services.ports]]
force_https = true
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.http_checks]]
interval = 10000
grace_period = "5s"
method = "get"
path = "/"
protocol = "http"
restart_limit = 0
timeout = 2000
tls_skip_verify = false