Skip to content

Commit

Permalink
Be explicit about resources
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Mar 15, 2018
1 parent 1334c3f commit ec826d8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
runtime: custom
vm: true
env: flex

manual_scaling:
instances: 1

beta_settings:
resources:
cpu: 1
memory_gb: 0.5
disk_size_gb: 10
#beta_settings:
# Enable Google Cloud Endpoints API management.
use_endpoints_api_management: true
#use_endpoints_api_management: true
# Specify the OpenAPI (a.k.a. Swagger) specification.
endpoints_swagger_spec_file: swagger/swagger.yaml
#endpoints_swagger_spec_file: swagger/swagger.yaml

0 comments on commit ec826d8

Please sign in to comment.