1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Prithviraj Patil 2fd7c34beb Update nw-ingress-configuring-application-domain.adoc
Wrong structure of command needs to be corrected
Here is the documentation link:
https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/networking/networking-operators#nw-ingress-configuring-application-domain_configuring-ingress
Here is the current look:

Expose the route:

$ oc expose service hello-openshift
route.route.openshift.io/hello-openshift exposed
The above command is not structured properly.
We can use the above command as well, and it will execute perfectly.
But its structure is not as per our standard procedure.
Hence, it needs to be changed.
Here is the updated look:
Expose the route:

$ oc expose service hello-openshift
  route.route.openshift.io/hello-openshift exposed

[new-commit]Update nw-ingress-configuring-application-domain.adoc

[new-commit]Update nw-ingress-configuring-application-domain.adoc

[new-change]Update nw-ingress-configuring-application-domain.adoc

[new-change]Update nw-ingress-configuring-application-domain.adoc
2025-07-17 17:34:21 +00:00
2025-06-11 12:31:09 -04:00
2025-07-03 10:21:32 +01:00
2025-07-10 13:52:13 +00:00
2025-06-26 15:47:47 +00:00

= OpenShift Documentation

Welcome to the OpenShift documentation GitHub repository. To contribute to OpenShift docs, see https://github.com/openshift/openshift-docs/blob/master/contributing_to_docs/contributing.adoc
Description
Languages
HTML 33.5%
CSS 24%
Python 23.6%
JavaScript 10.8%
Shell 7%
Other 0.9%