cloudnative-pg / cloudnative-pg/charts

Add readiness probes to chart

Open
#951 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.