cloudnative-pg / cloudnative-pg/charts

Add automatic pod disruption budgets

Open
#950 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 would suggest to automate pod disruption budgets in the chart.

```
{{- if (gt (int .Values.cluster.instances) 1) }}
enablePDB: true
{{- else }}
enablePDB: false
{{- end }}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.