From c9bd77aa3e3e474ba0473c3c724dab67aa9ea3b0 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Tue, 6 Aug 2024 18:19:34 +0100 Subject: [PATCH] Change the defaults --- clusters/kairos/longhorn/helmrelease.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/clusters/kairos/longhorn/helmrelease.yaml b/clusters/kairos/longhorn/helmrelease.yaml index d786b18..995852e 100644 --- a/clusters/kairos/longhorn/helmrelease.yaml +++ b/clusters/kairos/longhorn/helmrelease.yaml @@ -15,5 +15,9 @@ spec: targetNamespace: longhorn values: defaultSettings: - defaultReplicaCount: 2 - defaultDataPath: /usr/local/longhorn/ \ No newline at end of file + defaultReplicaCount: 1 + defaultDataPath: /usr/local/longhorn/ + longhornUI: + replicas: 1 + persistence: + defaultClassReplicaCount: 1 \ No newline at end of file