Skip to content

feat: add configurable external Redis endpoint#1

Merged
mhjacks merged 1 commit into
validatedpatterns:mainfrom
fOO223Fr:feat/configurable-external-redis
Mar 31, 2026
Merged

feat: add configurable external Redis endpoint#1
mhjacks merged 1 commit into
validatedpatterns:mainfrom
fOO223Fr:feat/configurable-external-redis

Conversation

@fOO223Fr
Copy link
Copy Markdown
Contributor

Allow the Redis endpoint used by cartservice to be configured via values. When redis.external.enabled is set to true, the in-cluster Redis (PVC, Service, Deployment) is skipped and cartservice connects to the provided redis.external.address and port instead.

External Redis is disabled by default so the chart continues to deploy its own Redis container out of the box.

Ref: VIRTDR-94

Allow the Redis endpoint used by cartservice to be configured via
values. When redis.external.enabled is set to true, the in-cluster
Redis (PVC, Service, Deployment) is skipped and cartservice connects
to the provided redis.external.address and port instead.

External Redis is disabled by default so the chart continues to
deploy its own Redis container out of the box.

Ref: VIRTDR-94

Signed-off-by: Suvro Ghosh <sughosh@redhat.com>
Copy link
Copy Markdown

@eduffy-redhat eduffy-redhat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 👍

@mhjacks mhjacks merged commit a0ae022 into validatedpatterns:main Mar 31, 2026
3 checks passed
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.

3 participants