From 11edebc5335e894a1281549f45c819adb8d792c5 Mon Sep 17 00:00:00 2001 From: Miguel C Date: Mon, 11 Mar 2019 13:51:01 +0000 Subject: [PATCH] refactor: not sure I need to add the network section into the app.yaml configuration file --- app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.yaml b/app.yaml index 722516c..7dc1090 100644 --- a/app.yaml +++ b/app.yaml @@ -4,7 +4,7 @@ resources: cpu: 2 memory_gb: 7.5 disk_size_gb: 10 - +network: {} automatic_scaling: min_num_instances: 1 max_num_instances: 1