Set Longhorn default replica count to 1 for single-node cluster

With only one node, 2 replicas can never be scheduled — volumes report
as degraded. Match the replica count to the node count.
This commit is contained in:
Julia McGhee
2026-03-20 19:39:15 +00:00
parent 04fc7c7576
commit e863ebed9b

View File

@@ -18,7 +18,7 @@ spec:
preUpgradeChecker:
jobEnabled: false
defaultSettings:
defaultReplicaCount: 2
defaultReplicaCount: 1
defaultDataLocality: best-effort
persistence:
defaultClassReplicaCount: 2