Commit 5a6bbfe
committed
chore(kontinuous): pin Valkey topology to the app autoscale floor
Dev and preprod stay on single-pod standalone (inherited from base values,
now commented explicitly). Prod keeps 1 primary + 2 replicas = 3 pods,
matching app.autoscale.minReplicas. valkey-helm has no HPA, so pinning to
the floor rather than maxReplicas avoids 6× PVCs for cache data that
client code only ever reads via the primary service.1 parent 6520aec commit 5a6bbfe
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
0 commit comments