You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/odc-importing-codebase-from-git-to-create-application.adoc
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ The following procedure walks you through the *From Git* option in the *Develope
28
28
. 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.
29
29
.. Optional: Use the *Builder Image Version* drop-down to specify a version.
30
30
.. 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.
31
32
32
33
. In the *General* section:
33
34
.. 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
51
52
52
53
. In the *Pipelines* section, select *Add Pipeline*, and then click *Show Pipeline Visualization* to see the pipeline for the application.
53
54
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.
55
58
56
59
. Optional: You can use the following advanced options to further customize your application:
57
60
@@ -82,4 +85,4 @@ Click the *Resource Limit* link to set the amount of *CPU* and *Memory* resource
82
85
Labels::
83
86
Click the *Labels* link to add custom labels to your application.
84
87
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