diff --git a/clusters/cl01tl/applications/outline/values.yaml b/clusters/cl01tl/applications/outline/values.yaml index c736c4164..1ae80fc54 100644 --- a/clusters/cl01tl/applications/outline/values.yaml +++ b/clusters/cl01tl/applications/outline/values.yaml @@ -186,7 +186,7 @@ cloudflared-minio: existingSecretName: outline-minio-cloudflared-secret name: cloudflared-minio postgres-16-cluster: - mode: standalone + mode: recovery cluster: walStorage: storageClass: local-path @@ -196,12 +196,17 @@ postgres-16-cluster: enabled: true prometheusRule: enabled: false + recovery: + endpointURL: https://s3.us-east-2.amazonaws.com + destinationPath: s3://cl01tl-postgresql-backups/outline + endpointCredentials: gitea-postgresql-16-cluster-backup-secret + recoveryIndex: 1 backup: - enabled: true + enabled: false endpointURL: https://s3.us-east-2.amazonaws.com destinationPath: s3://cl01tl-postgresql-backups/outline endpointCredentials: outline-postgresql-16-cluster-backup-secret - backupIndex: 1 + backupIndex: 2 tags: backupRetentionPolicy: "expire" user: "cl01tl-outline-postgresql"