23doors 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_r309429543
########## 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: nice catch! fixed ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
