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

Side by Side Diff: appengine/sheriff_o_matic/monitoring.yaml

Issue 1260293009: make version of ts_mon compatible with appengine (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: clean up code Created 5 years, 4 months 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
OLDNEW
(Empty)
1 application: sheriff-o-matic
2 module: monitoring
3 version: 1
4 runtime: python27
5 api_version: 1
6 threadsafe: true
7 instance_class: B1
8 manual_scaling:
9 instances: 1
10
11 handlers:
12 # Application root.
13 - url: /_ah/start
14 script: monitoring.app
15 secure: always
16
17 - url: /monitoring
18 script: monitoring.app
19 secure: always
20
21 - url: /monitoring/.*
22 script: monitoring.app
23 secure: always
24
25 libraries:
26 - name: webapp2
27 version: "latest"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698