From 40e02a4ac4ab1e36156d015ec2adcf1dc4fad5ec Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 17:02:15 +0900 Subject: [PATCH] PERF(velero): disable backup-sync to reduce MinIO load - Set backupSyncPeriod to 0s - User only uses manual backups --- velero/helm-values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/velero/helm-values.yaml b/velero/helm-values.yaml index 9aa7871..44fdf85 100644 --- a/velero/helm-values.yaml +++ b/velero/helm-values.yaml @@ -81,7 +81,8 @@ configuration: # This prevents status updates that trigger ArgoCD refreshes storeValidationFrequency: 0s - # Note: backup-sync is enabled to show backups in velero-ui + # Disable backup-sync (user only uses manual backups) + backupSyncPeriod: 0s # Credentials for S3 access (from Vault via External Secrets) credentials: