Commit 2cebb1f
chore(cnpg): scale shared-cluster from 3 instances to 2
This sandbox sees low-demand workloads. 2 instances (1 primary + 1
streaming replica) still gives automated failover; the third replica is
unnecessary overhead — saves a pod, ~600Mi RAM, and a 20Gi block storage
volume.
When scaled down, cnpg will gracefully drain and remove
`shared-cluster-3` (the highest-numbered replica). The `shared-cluster-3`
PVC is retained per the `linode-block-storage-retain` storage class, in
case we ever need to recover the data; can be deleted manually if not
needed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8280e9c commit 2cebb1f
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- infra/cloudnative-pg
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments