We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b81a98 commit cb93ce8Copy full SHA for cb93ce8
endpoints/getting-started/app.yaml
@@ -14,5 +14,5 @@ endpoints_api_service:
14
# gcloud endpoints configs list --service=YOUR-PROJECT-ID.appspot.com
15
#
16
name: ENDPOINTS-SERVICE-NAME
17
- config_id: ENDPOINTS-CONFIG-ID
+ rollout_strategy: managed
18
# [END configuration]
endpoints/getting-started/deployment.yaml
@@ -45,7 +45,7 @@ spec:
45
"--http_port", "8081",
46
"--backend", "127.0.0.1:8080",
47
"--service", "SERVICE_NAME",
48
- "--version", "SERVICE_CONFIG_ID",
+ "--rollout_strategy", "managed",
49
]
50
# [END esp]
51
ports:
0 commit comments