From 04486bdd263d76b49175aebbdcf7ee5090c8c900 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 12 Sep 2025 20:12:10 -0500 Subject: [PATCH] Cluster restored, so re-enabling replica anti-affinity --- manifests/helm/longhorn.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/helm/longhorn.yaml b/manifests/helm/longhorn.yaml index b1a5fb7..68fb046 100644 --- a/manifests/helm/longhorn.yaml +++ b/manifests/helm/longhorn.yaml @@ -31,7 +31,7 @@ spec: defaultSettings: createDefaultDiskLabeledNodes: true # This should go back to null when I have more cluster - replicaSoftAntiAffinity: true + replicaSoftAntiAffinity: null persistence: # This should go back to 3 when I have more cluster defaultClassReplicaCount: 2