diff --git a/helm/longhorn/dev/values.yaml b/helm/longhorn/dev/values.yaml index a15c929..ab4da85 100644 --- a/helm/longhorn/dev/values.yaml +++ b/helm/longhorn/dev/values.yaml @@ -54,11 +54,11 @@ longhorn: # Force la réservation à 0 car le disque est dédié à Longhorn storageMinimalAvailablePercentage: 0 -# 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 + # 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