23 lines
386 B
YAML
23 lines
386 B
YAML
# Copyright 2015 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
module: update
|
|
|
|
runtime: python27
|
|
vm: true
|
|
api_version: 1
|
|
threadsafe: true
|
|
|
|
resources:
|
|
cpu: .5
|
|
memory_gb: 1.3
|
|
disk_size_gb: 10
|
|
|
|
manual_scaling:
|
|
instances: 1
|
|
|
|
handlers:
|
|
- url: /.*
|
|
script: main.app
|
|
secure: always
|