FEAT(repo): add systemManagedComponentsNodeSele...
- instance-manager and engine-image now also respect longhorn:enabled label - Completes worker-1 exclusion from all Longhorn components
This commit is contained in:
@@ -21,6 +21,9 @@ defaultSettings:
|
|||||||
# Taint toleration for data plane components (instance-manager, etc.)
|
# Taint toleration for data plane components (instance-manager, etc.)
|
||||||
taintToleration: "node-role.kubernetes.io/master:NoExecute"
|
taintToleration: "node-role.kubernetes.io/master:NoExecute"
|
||||||
|
|
||||||
|
# Node selector for system managed components (instance-manager, engine-image, etc.)
|
||||||
|
systemManagedComponentsNodeSelector: "longhorn:enabled"
|
||||||
|
|
||||||
# Backup settings
|
# Backup settings
|
||||||
backupTarget: "" # S3/NFS backup target (configure later if needed)
|
backupTarget: "" # S3/NFS backup target (configure later if needed)
|
||||||
backupTargetCredentialSecret: ""
|
backupTargetCredentialSecret: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user