"refactor valkey deployment to combine sentinel and replication in single pod component" #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "f-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Cette pull request a pour objectif de créer un composant "valkey-node" qui regroupe les fonctionnalités Sentinel et Replication dans un même pod. Les principales modifications incluent :
VALKEY_MASTER_NAME
Changements
Restructuration en composant Kustomize :
components/node/
kustomization.yaml
spécifique au composantAméliorations fonctionnelles :
VALKEY_MASTER_NAME
dans les configurations SentinelgetPrimaryInfo
Mises à jour techniques :
Tests :
misc/tests/
Correctifs divers :
f-teststo "refactor valkey deployment to combine sentinel and replication in single pod component"