Skip to content

Commit a683165

Browse files
janlugtJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Replace 'vm: true' with 'env: flex' in yaml files. (#720)
1 parent 37a606c commit a683165

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine/flexible/multiple_services/gateway-service/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
service: default
22
runtime: python
3-
vm: true
3+
env: flex
44
entrypoint: gunicorn -b :$PORT main:app
55

66
runtime_config:

appengine/flexible/multiple_services/static-service/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
service: static
22
runtime: python
3-
vm: true
3+
env: flex
44
entrypoint: gunicorn -b :$PORT main:app
55

66
runtime_config:

endpoints/getting-started/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
runtime: python
2-
vm: true
2+
env: flex
33
entrypoint: gunicorn -b :$PORT main:app
44

55
runtime_config:

0 commit comments

Comments
 (0)