diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index bbab4081a..d34ba97b0 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -178,10 +178,15 @@ postgres-16-cluster: enabled: true prometheusRule: enabled: false + recovery: + endpointURL: https://s3.us-east-2.amazonaws.com + destinationPath: s3://cl01tl-postgresql-backups/gitea + endpointCredentials: gitea-postgresql-16-cluster-backup-secret + recoveryIndex: 1 backup: enabled: true endpointURL: https://s3.us-east-2.amazonaws.com destinationPath: s3://cl01tl-postgresql-backups/gitea endpointCredentials: gitea-postgresql-16-cluster-backup-secret - backupIndex: 1 + backupIndex: 2 retentionPolicy: 14d