Skip to content

Commit 7c5ebd1

Browse files
committed
Fixed up the GAE service definition
1 parent 6dc98c7 commit 7c5ebd1

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

‎app.yaml‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22
# gcloud app deploy .\target\randomquotes.0.1.9.jar --appyaml .\app.yaml
33

44
runtime: java11
5-
service: default
5+
service: default
6+
instance_class: F2
7+
8+
health_check:
9+
enable_health_check: False
10+
check_interval_sec: 60
11+
timeout_sec: 4
12+
unhealthy_threshold: 2
13+
healthy_threshold: 2

0 commit comments

Comments
 (0)