-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis support #22
Redis support #22
Conversation
support redis standalone scheduler and webserver option
scheduler standalone mode fix
replica count default set to 1
Thank you for creating the PR! We'll review it today. |
i have added a redis dependency chart, which is missing in the CI test. |
Hi @sriniarul , I notice the chart-testing still fails.
|
@wangxiaoyou1993 |
outdated dependency reference fixed
This reverts commit 9494b2d.
@wangxiaoyou1993 fixed linting issues |
Summary
Added Redis dependency to the chart to support multiple replicas
Standalone scheduler and webserver option added to the chart
Tests
Deployed standalone mode with Redis enabled in the chart as well as external Redis URL - passed
Deployed multiple replicas with Redis enabled in the chart as well as external Redis URL - passed
CC
@wangxiaoyou1993, @dy46, @johnson-mage, @tommydangerous