| runtime: python | |
| env: flex | |
| entrypoint: gunicorn -b :$PORT --chdir=test_analyzer main:app | |
| runtime_config: | |
| python_version: 3 | |
| automatic_scaling: | |
| min_num_instances: 1 | |
| max_num_instances: 15 | |
| cool_down_period_sec: 180 | |
| cpu_utilization: | |
| target_utilization: 0.6 | |
| endpoints_api_service: | |
| # The following values are to be replaced by information from the output of | |
| # 'gcloud service-management deploy openapi-appengine.yaml' command. | |
| name: {{endpoints_service}} | |
| config_id: {{endpoints_service_config_id}} |