Skip to content

Instantly share code, notes, and snippets.

@mvlabat

mvlabat/app.yaml Secret

Created January 13, 2020 09:55
Show Gist options
  • Save mvlabat/5a497471d4aa7faec7e091d2ecd11f98 to your computer and use it in GitHub Desktop.
Save mvlabat/5a497471d4aa7faec7e091d2ecd11f98 to your computer and use it in GitHub Desktop.
service: backend
runtime: nodejs
env: flex
resources:
cpu: 1
memory_gb: 5
disk_size_gb: 10
handlers:
- url: /api/*
script: auto
secure: always
automatic_scaling:
max_num_instances: 2
env_variables:
OWN_NODE_ENV: 'staging'
readiness_check:
path: '/readiness_check'
check_interval_sec: 30
timeout_sec: 4
failure_threshold: 10
success_threshold: 1
app_start_timeout_sec: 300
beta_settings:
cloud_sql_instances: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment