Skip to content

Commit

Permalink
Merge pull request #891 from oracle/readyapp
Browse files Browse the repository at this point in the history
edit CURL command for ReadyApp
  • Loading branch information
rjeberhard authored Feb 19, 2019
2 parents ad68dbe + 69bbbca commit 7bf35ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions site/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,8 @@ e. To confirm that the load balancer noticed the new Ingress and is successfully
$ kubectl get po -n sample-domain1-ns -o wide
```

**NOTE**: Be sure to include the trailing forward slash on the URL, otherwise the command won't work.

```
$ curl -v -H 'host: sample-domain1.org' http://your.server.com:30305/weblogic/
$ curl -v -H 'host: sample-domain1.org' http://your.server.com:30305/weblogic/ready
* About to connect() to your.server.com port 30305 (#0)
* Trying 10.196.1.64...
* Connected to your.server.com (10.196.1.64) port 30305 (#0)
Expand Down

0 comments on commit 7bf35ff

Please sign in to comment.