Skip to content

Commit 8fc3fec

Browse files
authored
Merge pull request #41972 from HarshCasper/rhdevdocs-3619
RHDEVDOCS-3619: Update the creating applications flow as per the latest UI changes
2 parents 2ede9cd + bd8e38e commit 8fc3fec

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

modules/odc-importing-codebase-from-git-to-create-application.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The following procedure walks you through the *From Git* option in the *Develope
2828
. After the Git URL is validated, the recommended builder image is selected and marked with a star. If the builder image is not auto-detected, select a builder image. For the `https://github.com/sclorg/nodejs-ex` Git URL, by default the Node.js builder image is selected.
2929
.. Optional: Use the *Builder Image Version* drop-down to specify a version.
3030
.. Optional: Use the *Edit import strategy* to select a different strategy.
31+
.. Optional: For the Node.js builder image, use the **Run command** field to override the command to run the application.
3132

3233
. In the *General* section:
3334
.. In the *Application* field, enter a unique name for the application grouping, for example, `myapp`. Ensure that the application name is unique in a namespace.
@@ -51,7 +52,9 @@ The *Serverless Deployment* option is displayed in the *Import from git* form on
5152
5253
. In the *Pipelines* section, select *Add Pipeline*, and then click *Show Pipeline Visualization* to see the pipeline for the application.
5354

54-
. In the *Advanced Options* section, the *Create a route to the application* is selected by default so that you can access your application using a publicly available URL. You can clear the check box if you do not want to expose your application on a public route.
55+
. Optional: In the *Advanced Options* section, the *Target port* and the *Create a route to the application* is selected by default so that you can access your application using a publicly available URL.
56+
+
57+
If your application does not expose its data on the default public port, 80, clear the check box, and set the target port number you want to expose.
5558

5659
. Optional: You can use the following advanced options to further customize your application:
5760

@@ -82,4 +85,4 @@ Click the *Resource Limit* link to set the amount of *CPU* and *Memory* resource
8285
Labels::
8386
Click the *Labels* link to add custom labels to your application.
8487

85-
. Click *Create* to create the application and see its build status in the *Topology* view.
88+
. Click *Create* to create the application and a success notification is displayed. You can see the build status of the application in the *Topology* view.

0 commit comments

Comments
 (0)