Skip to content

Commit 6a426c6

Browse files
devlanceJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Consistency with other quickstarts (#1229)
For consistency with the other quickstarts, adjust this one to use manual scaling as well.
1 parent 0b56365 commit 6a426c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appengine/flexible/hello_world/app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ runtime_config:
99
# The settings below are to reduce costs during testing and are not appropriate
1010
# for production use. For more information, see:
1111
# https://cloud.google.com/appengine/docs/flexible/python/configuring-your-app-with-app-yaml
12-
automatic_scaling:
13-
max_num_instances: 1
12+
manual_scaling:
13+
instances: 1
1414
resources:
1515
cpu: 1
1616
memory_gb: 0.5

0 commit comments

Comments
 (0)