From fe49df447c826f7f1182f46c9adc8aa31888b276 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Mon, 19 Aug 2024 15:17:57 -0500 Subject: [PATCH] disable pitr --- clusters/cl01tl/applications/ghost/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/applications/ghost/values.yaml b/clusters/cl01tl/applications/ghost/values.yaml index 3f4068de7..a4ea655d5 100644 --- a/clusters/cl01tl/applications/ghost/values.yaml +++ b/clusters/cl01tl/applications/ghost/values.yaml @@ -69,7 +69,7 @@ pxc-db: exposeReplicas: enabled: false logcollector: - enabled: false + enabled: true resources: requests: memory: 128M @@ -81,7 +81,7 @@ pxc-db: repository: percona/percona-xtradb-cluster-operator tag: 1.15.0-pxc8.0-backup-pxb8.0.35 pitr: - enabled: true + enabled: false storageName: s3-binlogs timeBetweenUploads: 600 timeoutSeconds: 60