From bf36b39472475ed4c3a26d5190d27e1f64c6f4e0 Mon Sep 17 00:00:00 2001 From: Balaji D <cb.en.u4cse18008@cb.students.amrita.edu> Date: Tue, 6 Apr 2021 11:49:05 +0000 Subject: [PATCH] Add new file --- app.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app.yaml diff --git a/app.yaml b/app.yaml new file mode 100644 index 0000000..e6461a1 --- /dev/null +++ b/app.yaml @@ -0,0 +1,17 @@ +runtime: python +env: flex +entrypoint: gunicorn -b :$PORT main:app + +runtime_config: + python_version: 3 + +# 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 -- GitLab