Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(429)

Side by Side Diff: logdog/appengine/cmd/coordinator/backend/module.cfg

Issue 2580213002: luci_depkoy: Add instance class, params. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « deploytool/cmd/luci_deploy/deploy_appengine.go ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Deploy tool Component for the LogDog Coordinator "backend" module. 1 # Deploy tool Component for the LogDog Coordinator "backend" module.
2 appengine_module < 2 appengine_module <
3 module_name: "backend" 3 module_name: "backend"
4 go_module < 4 go_module <
5 entry_package: "github.com/luci/luci-go/logdog/appengine/cmd/coordinator/bac kend" 5 entry_package: "github.com/luci/luci-go/logdog/appengine/cmd/coordinator/bac kend"
6 > 6 >
7 classic <
8 instance_class: IC_2
9 >
7 10
8 handlers < 11 handlers <
9 handler < 12 handler <
10 url: "/.*" 13 url: "/.*"
11 login: LOGIN_ADMIN 14 login: LOGIN_ADMIN
12 secure: SECURE_ALWAYS 15 secure: SECURE_ALWAYS
13 > 16 >
14 > 17 >
15 18
16 resource_path: "/tumble/configs/tumble_resources.cfg" 19 resource_path: "/tumble/configs/tumble_resources.cfg"
17 resource_path: "/tumble/configs/tq_shards_${tumble.shards}.cfg" 20 resource_path: "/tumble/configs/tq_shards_${tumble.shards}.cfg"
18 > 21 >
OLDNEW
« no previous file with comments | « deploytool/cmd/luci_deploy/deploy_appengine.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698