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:
@@ -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: "*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user