Skip to content

Commit 9ab719a

Browse files
author
Susan Cline
committed
Susan Cline: Merge pull request #3466 from coligo/slc-march22-a
1 parent 14f6f4f commit 9ab719a

7 files changed

+15
-15
lines changed

Diff for: app-scale.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2024
5-
lastupdated: "2024-03-21"
5+
lastupdated: "2024-03-22"
66

77
keywords: application scaling in code engine, scaling http requests in code engine, concurrency in code engine applications, latency in code engine applications, throughput in code engine applications, scaling, latency, concurrency, app
88

@@ -305,7 +305,7 @@ You can observe the number of running instances of your app with the CLI.
305305
306306
Environment Variables:
307307
Type Name Value
308-
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
308+
Literal CE_API_BASE_URL https://api.us-south.codeengine.cloud.ibm.com
309309
Literal CE_APP myapp
310310
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
311311
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f

Diff for: app-tutorial.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2024
5-
lastupdated: "2024-03-21"
5+
lastupdated: "2024-03-22"
66

77
keywords: app tutorial for code engine, application, apps, images, tutorial for code engine, deploying
88

@@ -318,7 +318,7 @@ The following example illustrates how to scale your application with the CLI. Yo
318318
319319
Environment Variables:
320320
Type Name Value
321-
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
321+
Literal CE_API_BASE_URL https://api.us-south.codeengine.cloud.ibm.com
322322
Literal CE_APP myapp
323323
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
324324
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
@@ -380,7 +380,7 @@ The following example illustrates how to scale your application with the CLI. Yo
380380
381381
Environment Variables:
382382
Type Name Value
383-
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
383+
Literal CE_API_BASE_URL https://api.us-south.codeengine.cloud.ibm.com
384384
Literal CE_APP myapp
385385
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
386386
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
@@ -447,7 +447,7 @@ The following example illustrates how to scale your application with the CLI. Yo
447447
448448
Environment Variables:
449449
Type Name Value
450-
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
450+
Literal CE_API_BASE_URL https://api.us-south.codeengine.cloud.ibm.com
451451
Literal CE_APP myapp
452452
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
453453
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f

Diff for: appdeploy-access.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2024
5-
lastupdated: "2024-02-26"
5+
lastupdated: "2024-03-22"
66

77
keywords: applications in code engine, apps in code engine, http requests in code engine, deploy apps in code engine, app workloads in code engine, deploying workloads in code engine, application, app, memory, cpu, environment variables
88

@@ -69,7 +69,7 @@ Status Summary: Application deployed successfully
6969
7070
Environment Variables:
7171
Type Name Value
72-
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
72+
Literal CE_API_BASE_URL https://api.us-south.codeengine.cloud.ibm.com
7373
Literal CE_APP myapp
7474
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
7575
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f

Diff for: appdeploy-localsource.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2024
5-
lastupdated: "2024-02-26"
5+
lastupdated: "2024-03-22"
66

77
keywords: applications in code engine, apps in code engine, http requests in code engine, deploy apps in code engine, app workloads in code engine, deploying workloads in code engine, application, app, memory, cpu, environment variables
88

@@ -116,7 +116,7 @@ This example uses the `https://github.com/IBM/CodeEngine` samples; in particular
116116
117117
Environment Variables:
118118
Type Name Value
119-
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
119+
Literal CE_API_BASE_URL https://api.us-south.codeengine.cloud.ibm.com
120120
Literal CE_APP myapp
121121
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
122122
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f

Diff for: appdeploy-source.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2024
5-
lastupdated: "2024-02-26"
5+
lastupdated: "2024-03-22"
66

77
keywords: applications in code engine, apps in code engine, http requests in code engine, deploy apps in code engine, app workloads in code engine, deploying workloads in code engine, application, app, memory, cpu, environment variables
88

@@ -132,7 +132,7 @@ Status Summary: Application deployed successfully
132132
133133
Environment Variables:
134134
Type Name Value
135-
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
135+
Literal CE_API_BASE_URL https://api.us-south.codeengine.cloud.ibm.com
136136
Literal CE_APP myapp
137137
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
138138
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f

Diff for: appdeploy-update.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2024
5-
lastupdated: "2024-02-26"
5+
lastupdated: "2024-03-22"
66

77
keywords: applications in code engine, apps in code engine, http requests in code engine, deploy apps in code engine, app workloads in code engine, deploying workloads in code engine, application, app, memory, cpu, environment variables
88

@@ -636,7 +636,7 @@ From the previous example, the `myhelloapp` app references the `us.icr.io/myname
636636
637637
Environment Variables:
638638
Type Name Value
639-
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
639+
Literal CE_API_BASE_URL https://api.us-south.codeengine.cloud.ibm.com
640640
Literal CE_APP myhelloapp
641641
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
642642
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f

Diff for: landing.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Code Engine",
3-
"lastupdated": "2024-03-21",
3+
"lastupdated": "2024-03-22",
44
"introduction": "Find out how you can use Code Engine to run your containerized workloads",
55
"section_devtools": {
66
"api": "/apidocs/codeengine/v2",

0 commit comments

Comments
 (0)