PERF(storage): add high-priority to MinIO and CNPG

- Remove MinIO tolerations (PreferNoSchedule handles it)
- Add high-priority to MinIO (4 replicas for erasure coding)
- Add high-priority to CNPG operator
This commit is contained in:
2026-01-10 13:14:08 +09:00
parent e92e05b98f
commit 565b60a970
2 changed files with 5 additions and 5 deletions

View File

@@ -101,11 +101,8 @@ affinity:
- minio
topologyKey: kubernetes.io/hostname
# Tolerations for control-plane node (minio-0 runs on control-plane)
tolerations:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
# High priority for critical storage infrastructure
priorityClassName: high-priority
# Prometheus metrics
metrics: