forked from RevathiManiraj/Angular-NifeAction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nife.toml
51 lines (39 loc) · 952 Bytes
/
nife.toml
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
44
45
46
47
48
49
50
51
# nile.toml file generated for musing-hodgkin2 on 2024-01-08T16:39:53+05:30
app = "musing-hodgkin2"
id = "2e9a565b23094c9fe219c2d90db12109526078800d5b373b9815ab0788d19cca8d41e65ea734f2902f1015fb8866dd39"
[build]
builtin = "static angular"
kill_signal = "SIGINT"
kill_timeout = 5
[env]
[experimental]
allowed_public_ports = []
auto_rollback = true
[[services]]
external_port = 80
http_checks = []
internal_port = 80
protocol = "tcp"
routing_policy = "Geolocation"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[services.limits]
cpu = "1"
memory = "256"
[[services.ports]]
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[services.requests]
cpu = "0.5"
memory = "128"
[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 6
timeout = "2s"