Skip to content

Commit cb93ce8

Browse files
Simon ZeltserTakashi Matsuo
Simon Zeltser
authored and
Takashi Matsuo
committed
[DO NOT MERGE] New deployment rollout (GoogleCloudPlatform#569)
1 parent 5b81a98 commit cb93ce8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

endpoints/getting-started/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ endpoints_api_service:
1414
# gcloud endpoints configs list --service=YOUR-PROJECT-ID.appspot.com
1515
#
1616
name: ENDPOINTS-SERVICE-NAME
17-
config_id: ENDPOINTS-CONFIG-ID
17+
rollout_strategy: managed
1818
# [END configuration]

endpoints/getting-started/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
"--http_port", "8081",
4646
"--backend", "127.0.0.1:8080",
4747
"--service", "SERVICE_NAME",
48-
"--version", "SERVICE_CONFIG_ID",
48+
"--rollout_strategy", "managed",
4949
]
5050
# [END esp]
5151
ports:

0 commit comments

Comments
 (0)