Skip to content

Commit d0ba1d4

Browse files
alex-strukclaude
andcommitted
chore(infra): drop temporal-pg storage/retention changes from this branch
The postgrescluster.yml PVC sizing + retention edits are superseded and wrong-layer, so they are removed here to leave this PR as the numeric-zero recovery feature only: - pgdata 5Gi and retention 14d are already on develop (block-incremental + retention reduction) / covered by #236 (AI-1823). - prod repo1 genuinely needs 22Gi (live: 22Gi PVC, 12G used, spec still 10Gi, PersistentVolumeResizing=Invalid), but that belongs as a prod-resources overlay patch in #236 — not a base edit that would also force fd34fb-test and ephemeral instances up. File is now identical to develop; this PR no longer touches infra. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1b3deb4 commit d0ba1d4

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

deployments/openshift/kustomize/base/temporal/postgrescluster.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
- 'ReadWriteOnce'
2121
resources:
2222
requests:
23-
storage: 5Gi
23+
storage: 1.5Gi
2424
sidecars:
2525
replicaCertCopy:
2626
resources:
@@ -30,8 +30,13 @@ spec:
3030
backups:
3131
pgbackrest:
3232
global:
33-
repo1-retention-full: '7'
33+
repo1-retention-full: '14'
3434
repo1-retention-full-type: time
35+
# Block incremental: back up only the changed blocks within a file rather
36+
# than re-copying the whole changed file segment, preventing backup/WAL
37+
# bloat. Requires bundling. (pgBackRest 2.46+)
38+
repo1-block: 'y'
39+
repo1-bundle: 'y'
3540
repos:
3641
- name: repo1
3742
schedules:
@@ -44,7 +49,7 @@ spec:
4449
- 'ReadWriteOnce'
4550
resources:
4651
requests:
47-
storage: 22Gi
52+
storage: 10Gi
4853
repoHost:
4954
resources:
5055
requests:

0 commit comments

Comments
 (0)