15 lines
198 B
YAML
15 lines
198 B
YAML
runtime: nodejs
|
|
env: flex
|
|
|
|
resources:
|
|
cpu: 1
|
|
memory_gb: 1
|
|
disk_size_gb: 10
|
|
|
|
liveness_check:
|
|
path: "/"
|
|
check_interval_sec: 30
|
|
timeout_sec: 4
|
|
failure_threshold: 2
|
|
success_threshold: 2
|