From 3460289a095a9de855c25a3004b2b7624b83cfc3 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Sat, 6 Apr 2024 09:43:34 +0200 Subject: [PATCH] values edited --- infrastructure/04-longhorn/base/values.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/infrastructure/04-longhorn/base/values.yaml b/infrastructure/04-longhorn/base/values.yaml index da8738b..1808596 100644 --- a/infrastructure/04-longhorn/base/values.yaml +++ b/infrastructure/04-longhorn/base/values.yaml @@ -39,17 +39,17 @@ defaultSettings: # -- Default number of replicas for volumes created using the Longhorn UI. For Kubernetes configuration, modify the `numberOfReplicas` field in the StorageClass. The default value is "3". defaultReplicaCount: 1 - systemManagedComponentsNodeSelector: "region:local" +# systemManagedComponentsNodeSelector: "region:local" -longhornManager: - # -- Node selector for Longhorn Manager. Specify the nodes allowed to run Longhorn Manager. - nodeSelector: - "region": "local" +# longhornManager: +# # -- Node selector for Longhorn Manager. Specify the nodes allowed to run Longhorn Manager. +# nodeSelector: +# "region": "local" -longhornDriverDeployer: - # -- Node selector for Longhorn UI. Specify the nodes allowed to run Longhorn UI. - nodeSelector: - "region": "local" +# longhornDriverDeployer: +# # -- Node selector for Longhorn UI. Specify the nodes allowed to run Longhorn UI. +# nodeSelector: +# "region": "local" longhornUI: # -- Replica count for Longhorn UI.