File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -187,10 +187,10 @@ e. To confirm that the load balancer noticed the new Ingress and is successfully
187187 shown in the example below. If you used the host-based routing ingress sample you will need to
188188 provide the hostname in the ` -H ` option:
189189```
190- $ curl -v -H 'host: domain1.org' http://den01smd.us.oracle .com:30305/weblogic/
191- *
About to connect() to den01smd.us.oracle .com port 30305 (#0)
190+ $ curl -v -H 'host: domain1.org' http://your.server .com:30305/weblogic/
191+ *
About to connect() to your.server .com port 30305 (#0)
192192* Trying 10.196.1.64...
193- * Connected to den01smd.us.oracle .com (10.196.1.64) port 30305 (#0)
193+ * Connected to your.server .com (10.196.1.64) port 30305 (#0)
194194
> GET /weblogic/ HTTP/1.1
195195> User-Agent: curl/7.29.0
196196> Accept: */*
@@ -200,7 +200,7 @@ $ curl -v -H 'host: domain1.org' http://den01smd.us.oracle.com:30305/weblogic/
200200< Content-Length: 0
201201< Date: Thu, 20 Dec 2018 14:52:22 GMT
202202
< Vary: Accept-Encoding
203- <
* Connection #0 to host den01smd.us.oracle .com left intact
203+ <
* Connection #0 to host your.server .com left intact
204204```
205205** Note** : Depending on where your Kubernetes cluster is running, you may need to open firewall ports or
206206update security lists to allow ingress to this port.
You can’t perform that action at this time.
0 commit comments