Spaces:
Sleeping
Sleeping
Create new file
Browse files
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
|