From f98cee69b7d74fac4f9c52ba6bf5c4853b93fc23 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 7 Aug 2024 23:49:48 -0500 Subject: [PATCH] set gitea to recover postgres --- clusters/cl01tl/platform/gitea/values.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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