1
0
mirror of https://github.com/golang/go synced 2024-11-06 03:26:15 -07:00
go/cmd/tip/godoc.yaml
Andrew Gerrand e77df0732c cmd/tip: use manual scaling for tip.golang.org
Always serve from four instances to avoid flakiness.

Change-Id: I11684f93bb27a377f54ddbe4fb3d95894d393a48
Reviewed-on: https://go-review.googlesource.com/21528
Reviewed-by: Chris Broadfoot <cbro@golang.org>
2016-04-06 00:03:48 +00:00

18 lines
265 B
YAML

module: tip
runtime: custom
vm: true
manual_scaling:
instances: 4
env_variables:
TIP_BUILDER: 'godoc'
health_check:
enable_health_check: True
check_interval_sec: 5
timeout_sec: 4
unhealthy_threshold: 2
healthy_threshold: 2
restart_threshold: 240