Skip to content

Commit 637e769

Browse files
changed port number
1 parent ecbc71e commit 637e769

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
@@ -237,10 +237,10 @@ e. To confirm that the load balancer noticed the new Ingress and is successfully
237237
**NOTE**: Be sure to include the trailing forward slash on the URL, otherwise the command won't work.
238238

239239
```
240-
$ curl -v -H 'host: sample-domain1.org' http://your.server.com:30305/weblogic/
241-
* About to connect() to your.server.com port 30305 (#0)
240+
$ curl -v -H 'host: sample-domain1.org' http://your.server.com:30701/weblogic/
241+
* About to connect() to your.server.com port 30701 (#0)
242242
* Trying 10.196.1.64...
243-
* Connected to your.server.com (10.196.1.64) port 30305 (#0)
243+
* Connected to your.server.com (10.196.1.64) port 30701 (#0)
244244
> GET /weblogic/ HTTP/1.1
245245
> User-Agent: curl/7.29.0
246246
> Accept: */*
@@ -255,7 +255,7 @@ $ curl -v -H 'host: sample-domain1.org' http://your.server.com:30305/weblogic/
255255

256256
**Note**: Depending on where your Kubernetes cluster is running, you may need to open firewall ports or update security lists to allow ingress to this port.
257257

258-
f. To access the WLS Administration Console, edit the `my-inputs.yaml` file (assuming that you named your copy `my-inputs.yaml`) to set `exposedAdminNodePort: true`. Open a browser to `http://your.server.com:30305`. As in the previous step, substitute the Node IP address of the worker node for `your.server.com`.
258+
f. To access the WLS Administration Console, edit the `my-inputs.yaml` file (assuming that you named your copy `my-inputs.yaml`) to set `exposedAdminNodePort: true`. Open a browser to `http://your.server.com:30701`. As in the previous step, substitute the Node IP address of the worker node for `your.server.com`.
259259

260260
## 7. Remove the domain.
261261

0 commit comments

Comments
 (0)