FEAT(longhorn): add toleration to Longhorn
- Add tolerations for node scheduling - Enable Longhorn on all nodes
This commit is contained in:
@@ -18,6 +18,9 @@ defaultSettings:
|
|||||||
defaultReplicaCount: 2 # Default number of replicas for volumes
|
defaultReplicaCount: 2 # Default number of replicas for volumes
|
||||||
defaultDataPath: /mnt/longhorn-storage # Data storage path on nodes (NEW: dedicated 50GB disks)
|
defaultDataPath: /mnt/longhorn-storage # Data storage path on nodes (NEW: dedicated 50GB disks)
|
||||||
|
|
||||||
|
# Taint toleration for data plane components (instance-manager, etc.)
|
||||||
|
taintToleration: "node-role.kubernetes.io/master:NoExecute"
|
||||||
|
|
||||||
# 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