diff --git a/helm/longhorn/dev/values.yaml b/helm/longhorn/dev/values.yaml index ca8a09d..85f0af7 100644 --- a/helm/longhorn/dev/values.yaml +++ b/helm/longhorn/dev/values.yaml @@ -50,4 +50,6 @@ longhorn: # -- Nombre de réplicas par défaut pour l'UI (si vous créez des volumes manuellement) defaultReplicaCount: 1 # -- Autorise plusieurs réplicas sur le même nœud/disque (essentiel pour 1 seul nœud) - replicaSoftAntiAffinity: true \ No newline at end of file + replicaSoftAntiAffinity: true + # Force la réservation à 0 car le disque est dédié à Longhorn + storageMinimalAvailablePercentage: 0 \ No newline at end of file