FEAT(minio): add master node toleration to MinIO

- minio-0 disk is on master node, requires toleration for NoExecute
  taint
- Allows minio-0 to schedule on master with taint
This commit is contained in:
2025-12-31 17:57:44 +09:00
parent e1d4b1f717
commit 8698780758

View File

@@ -85,6 +85,12 @@ affinity:
- minio
topologyKey: kubernetes.io/hostname
# Tolerations for master node (minio-0 runs on master)
tolerations:
- key: "node-role.kubernetes.io/master"
operator: "Exists"
effect: "NoExecute"
# Prometheus metrics
metrics:
serviceMonitor: