diff --git a/infrastructure/04-longhorn/base/values.yaml b/infrastructure/04-longhorn/base/values.yaml index 1808596..da8738b 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. diff --git a/infrastructure/04-longhorn/kustomization.yaml b/infrastructure/04-longhorn/kustomization.yaml index 19334b5..5f6ccb0 100644 --- a/infrastructure/04-longhorn/kustomization.yaml +++ b/infrastructure/04-longhorn/kustomization.yaml @@ -3,6 +3,9 @@ kind: Kustomization namespace: longhorn-system +components: + - ../../components/local-region-selector.yaml + resources: - base/longhorn-ui-ingress.yaml