ops: keep scavenger work out of scheduler headroom

This commit is contained in:
jenkins 2026-05-19 16:02:10 -03:00
parent ba84082a1e
commit 24920c8a56
2 changed files with 5 additions and 5 deletions

View File

@ -80,17 +80,17 @@ spec:
- RemovePodsViolatingNodeAffinity
priorityClassName: system-cluster-critical
nodeSelector:
node-role.kubernetes.io/worker: "true"
node-role.kubernetes.io/control-plane: "true"
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: hardware
operator: In
- key: kubernetes.io/hostname
operator: NotIn
values:
- rpi5
- titan-0a
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists

View File

@ -57,7 +57,7 @@ spec:
--threads "${THR}" ${EXTRA}
resources:
requests:
cpu: 10m
cpu: "0"
memory: 32Mi
limits:
cpu: 250m