Skip to content

Commit 964e5d2

Browse files
committed
init
1 parent 12627f7 commit 964e5d2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

app.yaml

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
runtime: nodejs20
2-
env: standard
1+
service: devnet-faucet-backend
2+
runtime: nodejs
3+
env: flex
4+
5+
runtime_config:
6+
operating_system: "ubuntu22"
7+
runtime_version: "20"
38

49
# Define the entry point for your application
510
entrypoint: yarn start
@@ -13,7 +18,7 @@ automatic_scaling:
1318
target_cpu_utilization: 0.65
1419
target_throughput_utilization: 0.75
1520
min_instances: 1
16-
max_instances: 5
21+
max_instances: 1
1722

1823
# Network configuration
1924
network:

0 commit comments

Comments
 (0)