- Notifications
You must be signed in to change notification settings - Fork 189
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I would like to add liveness and readiness probes for the split brain container. something like
splitBrainDetection:
livenessProbe:
exec:
command:
- cat
- /readonly-config/redis.conf
initialDelaySeconds: 5
periodSeconds: 5
readinessProbe:
exec:
command:
- cat
- /readonly-config/redis.conf
initialDelaySeconds: 5
periodSeconds: 5
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request