mirror of
https://github.com/golang/go
synced 2024-11-19 04:44:41 -07:00
16 lines
168 B
YAML
16 lines
168 B
YAML
|
version: tip
|
||
|
runtime: go
|
||
|
api_version: go1
|
||
|
vm: true
|
||
|
|
||
|
manual_scaling:
|
||
|
instances: 1
|
||
|
|
||
|
handlers:
|
||
|
- url: /.*
|
||
|
script: _go_app
|
||
|
|
||
|
health_check:
|
||
|
enable_health_check: False
|
||
|
|