From 814128897bbbe0883efeeca17df27559aed9a73f Mon Sep 17 00:00:00 2001 From: alexlebens Date: Tue, 1 Oct 2024 14:30:38 -0500 Subject: [PATCH] switch to recovery on outline --- clusters/cl01tl/applications/outline/values.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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"