1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/snippets/routing-odc.adoc
2023-10-30 10:13:25 -04:00

17 lines
815 B
Plaintext

// Text snippet included in the following modules:
//
// * modules/odc-importing-codebase-from-git-to-create-application.adoc
:_mod-docs-content-type: SNIPPET
Routing:: By clicking the *Routing* link, you can perform the following actions:
* Customize the hostname for the route.
* Specify the path the router watches.
* Select the target port for the traffic from the drop-down list.
* Secure your route by selecting the *Secure Route* check box. Select the required TLS termination type and set a policy for insecure traffic from the respective drop-down lists.
+
[NOTE]
====
For serverless applications, the Knative service manages all the routing options above. However, you can customize the target port for traffic, if required. If the target port is not specified, the default port of `8080` is used.
====