Changeset 0.34.0 (#208)

Co-authored-by: Jeffrey Smith <jasafpro@gmail.com>
Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit is contained in:
2026-03-20 00:02:37 +00:00
committed by xcaliber
parent ed3e9363f2
commit d16bb93177
20 changed files with 5623 additions and 1 deletions

View File

@@ -157,6 +157,35 @@ monitoring:
labels:
release: prometheus # match kube-prometheus-stack
# ── Backup (v0.34.0) ─────────────────────────
# Scheduled pg_dump backups (postgres only, ignored for sqlite).
backup:
enabled: false
schedule: "0 2 * * *" # daily at 02:00 UTC
retention: 7 # keep last N local backups
historyLimit: 3
failedHistoryLimit: 1
activeDeadlineSeconds: 3600
persistence:
enabled: true
storageClass: "" # use cluster default
size: 5Gi
accessMode: ReadWriteOnce
s3:
enabled: false
endpoint: ""
bucket: ""
region: us-east-1
prefix: "backups/"
forcePathStyle: true
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 500m
memory: 512Mi
# ── CORS ───────────────────────────────────
corsAllowedOrigins: "*"