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