dgrove-oss commented on a change in pull request #46: Deploy CouchDB manually URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/46#discussion_r130404223
########## File path: kubernetes/couchdb/README.md ########## @@ -0,0 +1,39 @@ +CouchDB +----- + +# Deploying + +To deploy CouchDB, you first need to create the CouchDB +Pod. This can be done by running: + +``` +kubectl apply -f couchdb.yml +``` + +Once the Pod is up and running, the pod then needs to be +configured. To do this, you need to run the configuration +pod: + +``` +kubectl create -f couchdb-configure.yml Review comment: Minor nit: The file is actually named couchdb-setup.yml ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
