You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/07/31 20:58:37 UTC

[GitHub] [incubator-openwhisk-deploy-kube] dgrove-oss commented on a change in pull request #502: feat: add possibility to use external redis

dgrove-oss commented on a change in pull request #502: feat: add possibility to use external redis
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/502#discussion_r309428625
 
 

 ##########
 File path: docs/configurationChoices.md
 ##########
 @@ -78,6 +78,22 @@ db:
   wipeAndInit: false
 ```
 
+### Using an external redis
+
+Similarly, you may want to use external Redis instance instead of using default single pod deployment.
+This is especially useful in production scenarios as a HA Redis deployment is recommended.
+
+To use an externally deployed Redis, add a stanza like the one
+below to your `mycluster.yaml`, substituting in the appropriate values
+for `<...>`
+
+```yaml
+db:
 
 Review comment:
   `db` ==> `redis`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services