Skip to content
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

Add Redis and Cassandra config support to helm chart #185

Open
sagikazarmark opened this issue Apr 8, 2019 · 0 comments
Open

Add Redis and Cassandra config support to helm chart #185

sagikazarmark opened this issue Apr 8, 2019 · 0 comments
Assignees
Labels
kind/enhancement New feature or request

Comments

@sagikazarmark
Copy link
Member

sagikazarmark commented Apr 8, 2019

Using Redis:

CLOUDINFO_STORE_REDIS_ENABLED=true
CLOUDINFO_STORE_REDIS_HOST=localhost
CLOUDINFO_STORE_REDIS_PORT=6379

Using Cassandra:

CLOUDINFO_STORE_CASSANDRA_ENABLED=true
CLOUDINFO_STORE_CASSANDRA_HOSTS=localhost
CLOUDINFO_STORE_CASSANDRA_PORT=9042
CLOUDINFO_STORE_CASSANDRA_KEYSPACE=cloudinfo
CLOUDINFO_STORE_CASSANDRA_TABLE=products
@sagikazarmark sagikazarmark added the kind/enhancement New feature or request label Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants