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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user