Skip to content

Comments

Feat/support valkey sentinel#238

Open
Renaud Hager (renaudhager) wants to merge 5 commits intomainfrom
feat/support-valkey-sentinel
Open

Feat/support valkey sentinel#238
Renaud Hager (renaudhager) wants to merge 5 commits intomainfrom
feat/support-valkey-sentinel

Conversation

@renaudhager
Copy link
Member

This pull request adds support for configuring Redis Sentinel for both session and worker cache backends in the Shopware Helm chart. It introduces new configuration blocks for Sentinel, updates the template logic to use them when enabled, and ensures backward compatibility with existing Redis and Valkey setups.

Requires Shopware Operator version >= 0.0.74.

Redis Sentinel support:

  • Added new configuration sections valkeysessionSentinel and valkeyworkerSentinel in values.yaml to allow enabling and specifying host, port, and dbindex for Redis Sentinel connections.

Template logic updates:

  • Updated store.yaml to use Redis Sentinel DSN for session cache when valkeysessionSentinel.enabled is true, falling back to existing Redis/Valkey logic otherwise.
  • Updated store.yaml to use Redis Sentinel DSN for worker cache when valkeyworkerSentinel.enabled is true, falling back to existing Redis/Valkey logic otherwise.

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.

1 participant