Change: Redis Configuration
This is a breaking change. Changelog: - Redis is now mandatory and enabled by default - Added Sentinel, Standalone and Cluster support - Standalone mode with sidecar is used by default - If no host(s) are configured, a redis sidecar is injected into the deployment - No extra configuration needed - This is intended for development and does not scale. - Helm values have changed, see README.md: - `redis.host` has been renamed to `redis.hosts` and expects a list of strings with the following pattern: <localhost:6379> (needed for sentinel and cluster modes) - `redis.port` has been removed, see `redis.hosts`
Showing
- .env.defaults 3 additions, 2 deletions.env.defaults
- .gitlab-ci.yml 0 additions, 3 deletions.gitlab-ci.yml
- .gitlab/preview-prefix/values-template.yaml 0 additions, 7 deletions.gitlab/preview-prefix/values-template.yaml
- .gitlab/preview/Chart.yaml 1 addition, 4 deletions.gitlab/preview/Chart.yaml
- .gitlab/preview/values-template.yaml 0 additions, 6 deletions.gitlab/preview/values-template.yaml
- .gitlab/preview/values.yaml 2 additions, 27 deletions.gitlab/preview/values.yaml
- README.md 30 additions, 54 deletionsREADME.md
- helm/core-ui-middleware/Chart.yaml 1 addition, 1 deletionhelm/core-ui-middleware/Chart.yaml
- helm/core-ui-middleware/templates/deployment.yaml 26 additions, 7 deletionshelm/core-ui-middleware/templates/deployment.yaml
- helm/core-ui-middleware/values.yaml 7 additions, 3 deletionshelm/core-ui-middleware/values.yaml
- src/redis.js 26 additions, 6 deletionssrc/redis.js
Please register or sign in to comment