Commit bee8f5f 1 parent f94ae4f commit bee8f5f Copy full SHA for bee8f5f
File tree 1 file changed +6
-12
lines changed
1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -11,26 +11,20 @@ primary_region = 'lhr'
11
11
force_https = true
12
12
auto_stop_machines = true
13
13
auto_start_machines = true
14
- min_machines_running = 0
14
+ min_machines_running = 1
15
15
processes = [' app' ]
16
16
17
17
[[vm ]]
18
18
memory = ' 1gb'
19
19
cpu_kind = ' shared'
20
20
cpus = 1
21
21
22
- [[services .tcp_checks ]]
23
- grace_period = " 1s"
24
- interval = " 15s"
25
- restart_limit = 0
26
- timeout = " 2s"
27
-
28
- [[services .http_checks ]]
29
- interval = 10000
22
+ [[http_service .checks ]]
23
+ interval = " 2s"
30
24
grace_period = " 5s"
31
- method = " get "
25
+ method = " GET "
32
26
path = " /health"
33
27
protocol = " http"
34
- timeout = 2000
28
+ port = 8080
29
+ timeout = " 2s"
35
30
tls_skip_verify = false
36
- [services .http_checks .headers ]
You can’t perform that action at this time.
0 commit comments