Skip to content

Comments

fix: default leader/follower replicas to clusterSize#1681

Open
arpan57 wants to merge 1 commit intoOT-CONTAINER-KIT:mainfrom
arpan57:codex/chart-replica-default
Open

fix: default leader/follower replicas to clusterSize#1681
arpan57 wants to merge 1 commit intoOT-CONTAINER-KIT:mainfrom
arpan57:codex/chart-replica-default

Conversation

@arpan57
Copy link

@arpan57 arpan57 commented Feb 17, 2026

Description

Fix Helm chart defaults so leader/follower replicas fall back to redisCluster.clusterSize when not explicitly set. Update templates and README to match.

Fixes #1680

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • Tests have been added/modified and all tests pass.
  • Functionality/bugs have been confirmed to be unchanged or fixed.
  • I have performed a self-review of my own code.
  • Documentation has been updated or added where necessary.

Additional Context

Helm chart only; operator logic already defaults replicas correctly.

Signed-off-by: Your Name <arpan@Priyankas-MacBook-Pro.local>
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.

clusterSize does not propagate to leader/follower replicas When only clusterSize is set without explicit leader.replicas and follower.replicas

1 participant