We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12627f7 commit 964e5d2Copy full SHA for 964e5d2
app.yaml
@@ -1,5 +1,10 @@
1
-runtime: nodejs20
2
-env: standard
+service: devnet-faucet-backend
+runtime: nodejs
3
+env: flex
4
+
5
+runtime_config:
6
+ operating_system: "ubuntu22"
7
+ runtime_version: "20"
8
9
# Define the entry point for your application
10
entrypoint: yarn start
@@ -13,7 +18,7 @@ automatic_scaling:
13
18
target_cpu_utilization: 0.65
14
19
target_throughput_utilization: 0.75
15
20
min_instances: 1
16
- max_instances: 5
21
+ max_instances: 1
17
22
23
# Network configuration
24
network:
0 commit comments