From f75b8111645e2d8bd375bc597c15b9c2f40bd583 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 2 Oct 2025 17:20:32 -0500 Subject: [PATCH] change config --- clusters/cl01tl/applications/postiz/values.yaml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/clusters/cl01tl/applications/postiz/values.yaml b/clusters/cl01tl/applications/postiz/values.yaml index d807aa682..8a61c7fc2 100644 --- a/clusters/cl01tl/applications/postiz/values.yaml +++ b/clusters/cl01tl/applications/postiz/values.yaml @@ -115,32 +115,20 @@ postgres-17-cluster: monitoring: enabled: true prometheusRule: - enabled: true + enabled: false recovery: method: objectStore objectStore: - name: recovery destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/postiz/postiz-postgresql-17-cluster - endpointURL: https://nyc3.digitaloceanspaces.com index: 1 - endpointCredentials: postiz-postgresql-17-cluster-backup-secret backup: - enabled: true + enabled: false method: objectStore objectStore: - name: external destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/postiz/postiz-postgresql-17-cluster - endpointURL: https://nyc3.digitaloceanspaces.com index: 1 - endpointCredentials: postiz-postgresql-17-cluster-backup-secret retentionPolicy: "3d" - isWALArchiver: true - wal: - compression: snappy - maxParallel: 1 - data: - compression: snappy - jobs: 1 scheduledBackups: - name: daily-backup schedule: "0 0 0 * * *"