Skip to content
This repository was archived by the owner on Aug 1, 2019. It is now read-only.

Commit 17cac6c

Browse files
nebelsprachenabrennan89
authored andcommitted
Update proc_creating-OCP-route-pointing-istio.adoc (#18)
* Update proc_creating-OCP-route-pointing-istio.adoc To correct the rendering of code in github pages (Jekyll theme) * Update proc_creating-OCP-route-pointing-istio.adoc
1 parent e28927f commit 17cac6c

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

common/proc_creating-OCP-route-pointing-istio.adoc

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,19 @@
1313
.. Replace <YOUR KNATIVE SERVICE NAME> with your knative service name;
1414
.. Replace <YOUR NAMESPACE> with your service's namespace;
1515
.. Replace <YOUR CLUSTER SUFFIX> with the value output by the `oc get` command in the previous step.
16+
1617
+
1718
----
18-
apiVersion: v1
19-
kind: Route
20-
metadata:
21-
name: <YOUR KNATIVE SERVICE NAME>
22-
namespace: istio-system
23-
spec:
24-
host: <YOUR KNATIVE SERVICE NAME>.<YOUR NAMESPACE>.<YOUR CLUSTER SUFFIX>
25-
to:
26-
kind: Service
27-
name: istio-ingressgateway
19+
apiVersion: v1
20+
kind: Route
21+
metadata:
22+
name: <YOUR KNATIVE SERVICE NAME>
23+
namespace: istio-system
24+
spec:
25+
host: <YOUR KNATIVE SERVICE NAME>.<YOUR NAMESPACE>.<YOUR CLUSTER SUFFIX>
26+
to:
27+
kind: Service
28+
name: istio-ingressgateway
2829
----
2930

3031
. Run the following yaml file command:

0 commit comments

Comments
 (0)