hank1996 commited on
Commit
eb283e8
·
1 Parent(s): 2bcbd02

Create new file

Browse files
Files changed (1) hide show
  1. utils/google_app_engine/app.yaml +14 -0
utils/google_app_engine/app.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ runtime: custom
2
+ env: flex
3
+
4
+ service: yolorapp
5
+
6
+ liveness_check:
7
+ initial_delay_sec: 600
8
+
9
+ manual_scaling:
10
+ instances: 1
11
+ resources:
12
+ cpu: 1
13
+ memory_gb: 4
14
+ disk_size_gb: 20