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