switch to recovery on outline

This commit is contained in:
2024-10-01 14:30:38 -05:00
parent 531b90a55c
commit 814128897b

View File

@@ -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"