mirror of
https://github.com/golang/go
synced 2024-11-06 01:26:10 -07:00
374b14e99b
Change-Id: Iaa8e1e61f5c6966a66fc613173853846408584b5 Reviewed-on: https://go-review.googlesource.com/14636 Reviewed-by: Chris Broadfoot <cbro@google.com> Reviewed-by: Andrew Gerrand <adg@golang.org>
15 lines
170 B
YAML
15 lines
170 B
YAML
module: tip
|
|
runtime: custom
|
|
api_version: go1
|
|
vm: true
|
|
|
|
manual_scaling:
|
|
instances: 1
|
|
|
|
handlers:
|
|
- url: /.*
|
|
script: _go_app
|
|
|
|
health_check:
|
|
enable_health_check: False
|