From c927dc15872ed107d61b33a6404c6773a59a3426 Mon Sep 17 00:00:00 2001 From: Melvin GABALI Date: Thu, 15 Jan 2026 01:24:07 +0100 Subject: [PATCH] update target --- helm/longhorn/dev/values.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/helm/longhorn/dev/values.yaml b/helm/longhorn/dev/values.yaml index 1f436ef..a15c929 100644 --- a/helm/longhorn/dev/values.yaml +++ b/helm/longhorn/dev/values.yaml @@ -53,6 +53,12 @@ longhorn: replicaSoftAntiAffinity: true # Force la réservation à 0 car le disque est dédié à Longhorn storageMinimalAvailablePercentage: 0 - # Configuration du BackupTarget NFS - backupTarget: "nfs://10.78.107.107:/SAUVEGARDES/KUBERNETES/dev" - backupTargetCredentialSecret: "" \ No newline at end of file + +# Configuration du BackupTarget NFS +defaultBackupStore: + # Endpoint utilisé pour accéder au backupstore NFS + backupTarget: "nfs://10.78.107.107:/SAUVEGARDES/KUBERNETES/dev" + # Nom du secret Kubernetes associé au backup target (vide si pas d'authentification) + backupTargetCredentialSecret: "" + # Intervalle en secondes avant de vérifier le backupstore pour de nouveaux backups (défaut: 300) + pollInterval: 300 \ No newline at end of file