Fix and invalid command in k8s production deployment guide

- The guide is incorrect and expects and error message in the
nginx with https+3scale integration section:
$ curl -X GET https://<cluster-fqdn>
The above command should not return an error since this workflow is supported.
Updating this to the relevant command that will return the expected response
for sanity checking.
$ curl -X GET http://<cluster-fqdn>:27017
This commit is contained in:
Muawia Khan 2017-07-25 16:50:06 +02:00
parent 53b15aa723
commit 64a81b3a2b
1 changed files with 1 additions and 1 deletions

View File

@ -866,7 +866,7 @@ To test the NGINX instance with HTTPS and 3scale integration:
$ wsc -er wss://<cluster-fqdn>/api/v1/streams/valid_transactions
$ curl -X GET https://<cluster-fqdn>
$ curl -X GET http://<cluster-fqdn>:27017
The above curl command should result in the response
``It looks like you are trying to access MongoDB over HTTP on the native driver port.``