FEAT(longhorn): add toleration to Longhorn

- Add tolerations for node scheduling
- Enable Longhorn on all nodes
This commit is contained in:
2025-12-31 21:06:23 +09:00
parent a8e2034766
commit 5461c606b4

View File

@@ -18,6 +18,9 @@ defaultSettings:
defaultReplicaCount: 2 # Default number of replicas for volumes
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
backupTarget: "" # S3/NFS backup target (configure later if needed)
backupTargetCredentialSecret: ""