Add scheduled backup for postgres

This commit is contained in:
Antigravity 2026-06-29 12:03:02 -04:00
parent 067cf9a7cb
commit 6c49e819c6
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
apiVersion: postgresql.cnpg.io/v1
kind: ScheduledBackup
metadata:
name: agentic-os-pg-daily-backup
namespace: platform-data
labels:
agentic-os.io/layer: data
agentic-os.io/component: postgres
spec:
schedule: "0 0 0 * * *"
backupOwnerReference: self
cluster:
name: agentic-os-pg