mirror of
https://github.com/golang/go
synced 2024-11-05 18:46:11 -07:00
b4e0c5ecfb
Disable health checker - it only causes trouble if we're running on one instance. We'd rather see "starting up" than to have nothing served and the instance killed when it doesn't come up ready in time. Change-Id: I3396c626f840d606e0fb4a5ec4c0493195fd015f Reviewed-on: https://go-review.googlesource.com/45654 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
13 lines
156 B
YAML
13 lines
156 B
YAML
service: talks
|
|
runtime: custom
|
|
env: flex
|
|
|
|
manual_scaling:
|
|
instances: 1
|
|
|
|
env_variables:
|
|
TIP_BUILDER: 'talks'
|
|
|
|
health_check:
|
|
enable_health_check: False
|