Skip to content

Commit

Permalink
Fixed up GAE configuration for small budget and resources
Browse files Browse the repository at this point in the history
  • Loading branch information
markreha committed Jul 3, 2018
1 parent 7aef338 commit 57bcb4d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sdk/docs/docker/jboss/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
runtime: custom
env: flex

# This sample incurs costs to run on the App Engine flexible environment.
# The settings below are to reduce costs during testing and are not appropriate
# for production use. For more information, see:
# https://cloud.google.com/appengine/docs/flexible/python/configuring-your-app-with-app-yaml
manual_scaling:
instances: 1
resources:
cpu: 1
memory_gb: 0.5
disk_size_gb: 10
8 changes: 8 additions & 0 deletions sdk/docs/docker/tomcat/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
runtime: custom
env: flex

# This sample incurs costs to run on the App Engine flexible environment.
# The settings below are to reduce costs during testing and are not appropriate
# for production use. For more information, see:
# https://cloud.google.com/appengine/docs/flexible/python/configuring-your-app-with-app-yaml
manual_scaling:
instances: 1
resources:
cpu: 1
memory_gb: 0.5
disk_size_gb: 10

0 comments on commit 57bcb4d

Please sign in to comment.