Skip to content

Commit 35c5367

Browse files
rosemarymaranorjeberhard
authored andcommitted
edit CURL command for ReadyApp
1 parent b8d7eb0 commit 35c5367

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/quickstart.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,8 @@ e. To confirm that the load balancer noticed the new Ingress and is successfully
235235
$ kubectl get po -n sample-domain1-ns -o wide
236236
```
237237

238-
**NOTE**: Be sure to include the trailing forward slash on the URL, otherwise the command won't work.
239-
240238
```
241-
$ curl -v -H 'host: sample-domain1.org' http://your.server.com:30305/weblogic/
239+
$ curl -v -H 'host: sample-domain1.org' http://your.server.com:30305/weblogic/ready
242240
* About to connect() to your.server.com port 30305 (#0)
243241
* Trying 10.196.1.64...
244242
* Connected to your.server.com (10.196.1.64) port 30305 (#0)

0 commit comments

Comments
 (0)