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

Redis persistent volume #362

Merged

Conversation

RemindD
Copy link
Contributor

@RemindD RemindD commented Jul 19, 2024

Fix #263: Provide option to create PVC from existing storage class which is used to provide reliable storage for redis.

Example:
redis.persistentvolume.enabled=true
redis.persistentvolume.storageclass=standard (for minikube cluster)

@RemindD RemindD force-pushed the users/xingdong/redisvolume branch from 715b9a5 to ba9b9b5 Compare July 19, 2024 08:31
@msftcoderdjw msftcoderdjw merged commit 96f6c27 into eclipse-symphony:main Jul 30, 2024
5 checks passed
@msftcoderdjw msftcoderdjw deleted the users/xingdong/redisvolume branch July 30, 2024 05:17
linyguo pushed a commit to linyguo/symphony that referenced this pull request Jul 31, 2024
Co-authored-by: Jiawei Du <59427055+msftcoderdjw@users.noreply.github.com>
linyguo added a commit to linyguo/symphony that referenced this pull request Jul 31, 2024
linyguo added a commit to linyguo/symphony that referenced this pull request Jul 31, 2024
update ensureNamespace function

update ensureNamespace function

Redis persistent volume (eclipse-symphony#362)

Co-authored-by: Jiawei Du <59427055+msftcoderdjw@users.noreply.github.com>

Revert "Redis persistent volume (eclipse-symphony#362)"

This reverts commit f370771.
msftcoderdjw added a commit that referenced this pull request Aug 1, 2024
update ensureNamespace function

update ensureNamespace function

Redis persistent volume (#362)

Co-authored-by: Jiawei Du <59427055+msftcoderdjw@users.noreply.github.com>

Revert "Redis persistent volume (#362)"

This reverts commit f370771.

Co-authored-by: Jiawei Du <59427055+msftcoderdjw@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Persistent volume for redis
3 participants