Index: appengine/chrome_infra_mon_proxy/vm1.yaml |
diff --git a/appengine/chrome_infra_mon_proxy/vm1.yaml b/appengine/chrome_infra_mon_proxy/vm1.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bc2b3ca5a7ed72edab02c3fa38be9b3f658ec2db |
--- /dev/null |
+++ b/appengine/chrome_infra_mon_proxy/vm1.yaml |
@@ -0,0 +1,32 @@ |
+application: chrome-infra-mon-proxy |
+# version: 2 # Must specify version explicitly. |
+runtime: python27 |
+vm: true |
+module: vm1 |
+api_version: 1 |
+threadsafe: true |
+ |
+automatic_scaling: |
+ min_num_instances: 1 |
+ max_num_instances: 6 |
+ cool_down_period_sec: 60 |
+ cpu_utilization: |
+ target_utilization: 0.6 |
+ max_concurrent_requests: 25 |
+ |
+resources: |
+ cpu: 4 |
+ memory_gb: 2 |
+ disk_size_gb: 10 |
+ |
+network: |
+ instance_tag: managed-gae-vm1 |
+ |
+handlers: |
+- url: /.* |
+ script: vm_module.app |
+ |
+health_check: |
+ enable_health_check: True |
+ check_interval_sec: 10 |
+ restart_threshold: 20 |