Skip to content

Instantly share code, notes, and snippets.

@grahammills
Created October 7, 2016 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahammills/5c9ffd1dba671c989b7b8c8cda72633c to your computer and use it in GitHub Desktop.
Save grahammills/5c9ffd1dba671c989b7b8c8cda72633c to your computer and use it in GitHub Desktop.
Google App Engine basic NodeJS development configuation
runtime: nodejs
vm: true
# Only keep and one instance for lower costs
# Currently you can't set autoscaling 0-1 so scales when you need it :-(
manual_scaling:
instances: 1
# This enables you to select the type you require rather than using resource settings.
# Low resources kept giving me n1-standard!
beta_settings:
machine_type: f1-micro
# Enable if you want. Set to False thinking could set min instances to 0
health_check:
enable_health_check: False
# Tag the Compute Engines
network:
instance_tag: ae-nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment