cloudnative-pg / cloudnative-pg/charts
Add readiness probes to chart
Open
chart( cluster )
- Dominant language
- Go Template
- Stars
- 621
- Forks
- 265
- Avg merge
- 7d 12h
- Merged PRs (30d)
- 7
Description
I think it would be important to enable readiness probes in order to limit the maximum transaction loss in failover scenarios.
```
probes:
readiness:
type: streaming
maximumLag: 1Mi
failureThreshold: 30
periodSeconds: 10
```
Contributor guide
Research direction
Start by locating the chart's existing probe configuration and templates, then check how values are rendered into the generated manifests. Use the readiness configuration shown in the issue as the target and verify that the rendered chart includes it with the specified streaming, lag, threshold, and period settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100