Commit e2adcc5
authored
🔧 Disable PDB for Valkey with single replica (#1749)
With `primary.replicaCount=1` and `replica.replicaCount=0`, the
default Pod Disruption Budget `maxUnavailable=1` prevents proper
pod rolling during deployments. Kubernetes cannot safely evict the
only available pod, blocking updates.
Disable PDB creation for both primary and replica configurations
to allow smooth rolling updates in single-pod scenarios.1 parent 579b9c8 commit e2adcc5
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| 31 | + | |
| 32 | + | |
0 commit comments