Skip to content

[chart/redis-ha]probes for split brain container #367

@bn-mcoxall

Description

@bn-mcoxall

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions