Skip to content

Commit ed8b5f9

Browse files
committed
wip
1 parent 37c1f6b commit ed8b5f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
206206
update security lists to allow ingress to this port.

0 commit comments

Comments
 (0)